X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=tests%2Fndbm%2Fndbm001.phpt;h=2d60f63ef93295cf130559211a5487746eab02ba;hp=403bdc33965810403a47e580ce1eafd01ba1ca8e;hb=469252910524ae30fe24febab9bec3f058e37c1e;hpb=a107dfcca2dfd0fc5a2779a8d679f778cb8f3290 diff --git a/tests/ndbm/ndbm001.phpt b/tests/ndbm/ndbm001.phpt index 403bdc3..2d60f63 100644 --- a/tests/ndbm/ndbm001.phpt +++ b/tests/ndbm/ndbm001.phpt @@ -21,6 +21,7 @@ class db { function __destruct() { psi\dbm_close($this->db); + array_map("unlink", glob(__DIR__."/ndbm001.db*")); } function __set($k, $v) {