From ee93a6ec0a7972f4c47546bb6ca948920971a91d Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 1 Feb 2010 19:30:32 +0000 Subject: [PATCH] - fix test --- ext/zip/tests/bug47667.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/zip/tests/bug47667.phpt b/ext/zip/tests/bug47667.phpt index 960a3c5d7e..79347028c9 100644 --- a/ext/zip/tests/bug47667.phpt +++ b/ext/zip/tests/bug47667.phpt @@ -33,7 +33,7 @@ if ($zip->open($filename, ZipArchive::CREATE) !== true) { } echo "files: " , $zip->numFiles; - +$zip->close(); unlink($filename); --EXPECT-- -- 2.50.1