diff options
Diffstat (limited to 'ext/phar/tests/033.phpt')
-rw-r--r-- | ext/phar/tests/033.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/phar/tests/033.phpt b/ext/phar/tests/033.phpt index 9beb281912..4d3582ae11 100644 --- a/ext/phar/tests/033.phpt +++ b/ext/phar/tests/033.phpt @@ -30,7 +30,6 @@ var_dump($a['dir']->isReadable()); $a['dir']->chmod(0666); var_dump($a['dir']->isReadable()); ?> -===DONE=== --CLEAN-- <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.1.phar.php'); @@ -44,4 +43,3 @@ bool(true) bool(true) bool(false) bool(true) -===DONE=== |