From: Pierre Joye Date: Mon, 1 Feb 2010 19:30:32 +0000 (+0000) Subject: - fix test X-Git-Tag: php-5.2.13RC2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee93a6ec0a7972f4c47546bb6ca948920971a91d;p=php - fix test --- 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--