diff options
Diffstat (limited to 'ext/phar/tests/033a.phpt')
-rw-r--r-- | ext/phar/tests/033a.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/phar/tests/033a.phpt b/ext/phar/tests/033a.phpt index 548121f842..6b5956a714 100644 --- a/ext/phar/tests/033a.phpt +++ b/ext/phar/tests/033a.phpt @@ -25,7 +25,6 @@ try { echo $e->getMessage() . "\n"; } ?> -===DONE=== --CLEAN-- <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.1.phar.php'); @@ -33,4 +32,3 @@ unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.1.phar.php'); --EXPECTF-- bool(false) Cannot modify permissions for file "a.php" in phar "%s033a.1.phar.php", write operations are prohibited -===DONE=== |