fix test on windows

This commit is contained in:
Greg Beaver 2008-04-14 22:22:04 +00:00
parent 9f86ad6142
commit 3cd16d46c9

View file

@ -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');