From 3cd16d46c9f5444ecd343a8ab34bd657bc74154e Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Mon, 14 Apr 2008 22:22:04 +0000 Subject: [PATCH] fix test on windows --- ext/phar/tests/027.phpt | 1 + 1 file changed, 1 insertion(+) 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'); -- 2.50.1