From: Greg Beaver Date: Mon, 14 Apr 2008 22:22:04 +0000 (+0000) Subject: fix test on windows X-Git-Tag: RELEASE_2_0_0b1~395 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cd16d46c9f5444ecd343a8ab34bd657bc74154e;p=php fix test on windows --- diff --git a/ext/phar/tests/027.phpt b/ext/phar/tests/027.phpt index 7277f8f54b..ca7cad26b9 100755 --- a/ext/phar/tests/027.phpt +++ b/ext/phar/tests/027.phpt @@ -63,6 +63,7 @@ $b = opendir('phar://test.phar/'); while (false !== ($c = readdir($b))) { echo "$c\n"; } +closedir($b); unlink($a . '/test1.txt'); unlink($a . '/test2.txt'); unlink($a . '/test3.txt');