From: Greg Beaver Date: Tue, 15 Apr 2008 18:41:03 +0000 (+0000) Subject: fix test on windows X-Git-Tag: RELEASE_2_0_0b1~372 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=189b936ba3a6726d3064c78b6957d46f9cbe5a92;p=php fix test on windows --- 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--