From 820c2002e4636fd95f07fc903b867fea381092e8 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sat, 30 Aug 2008 16:24:33 +0000 Subject: - fix tests (clean on exit) --- ext/zip/tests/oo_delete.phpt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/zip/tests/oo_delete.phpt') diff --git a/ext/zip/tests/oo_delete.phpt b/ext/zip/tests/oo_delete.phpt index 176cda44dc..ec1f8cdeee 100644 --- a/ext/zip/tests/oo_delete.phpt +++ b/ext/zip/tests/oo_delete.phpt @@ -63,7 +63,8 @@ $sb = $zip->statIndex(1); var_dump($sb); $sb = $zip->statIndex(2); var_dump($sb); -@unlink($file); +unset($zip); +unlink($file); ?> --EXPECTF-- ok -- cgit v1.2.1