From 189b936ba3a6726d3064c78b6957d46f9cbe5a92 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Tue, 15 Apr 2008 18:41:03 +0000 Subject: [PATCH] fix test on windows --- ext/phar/tests/phar_oo_iswriteable.phpt | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/phar/tests/phar_oo_iswriteable.phpt b/ext/phar/tests/phar_oo_iswriteable.phpt index 89e977cd8d..252feadca1 100644 --- a/ext/phar/tests/phar_oo_iswriteable.phpt +++ b/ext/phar/tests/phar_oo_iswriteable.phpt @@ -52,6 +52,7 @@ chmod($fname2, 000); clearstatcache(); var_dump($a->isWritable()); var_dump($b->isWritable()); +chmod($fname2, 0666); ?> ===DONE=== --CLEAN-- -- 2.50.1