fix tests
[m6w6/ext-psi] / tests / ndbm / ndbm001.phpt
index 403bdc33965810403a47e580ce1eafd01ba1ca8e..2d60f63ef93295cf130559211a5487746eab02ba 100644 (file)
@@ -21,6 +21,7 @@ class db {
 
        function __destruct() {
                psi\dbm_close($this->db);
+               array_map("unlink", glob(__DIR__."/ndbm001.db*"));
        }
 
        function __set($k, $v) {