diff options
author | Greg Beaver <cellog@php.net> | 2008-01-08 07:08:46 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2008-01-08 07:08:46 +0000 |
commit | b93b48663d910f96d705757b7b94be181c2a422e (patch) | |
tree | 392e2232ce1b517bae0d0e39ffbee9a9e5b857a1 /ext/phar/tests/033a.phpt | |
parent | 2e8106960b396d04fe6e829817f8e1f625aaaa57 (diff) | |
download | php-git-b93b48663d910f96d705757b7b94be181c2a422e.tar.gz |
complete set of new tests for zip-based phars (need to test compression for zip-based phars)
fix a whole bunch of zip-related bugs
tar tests need some naming
add phar information to error messages, fix existing tests to reflect this
Diffstat (limited to 'ext/phar/tests/033a.phpt')
-rw-r--r-- | ext/phar/tests/033a.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/033a.phpt b/ext/phar/tests/033a.phpt index 1df67f5a16..6fbc0db365 100644 --- a/ext/phar/tests/033a.phpt +++ b/ext/phar/tests/033a.phpt @@ -32,5 +32,5 @@ unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.1.phar.php ?> --EXPECTF-- bool(false) -Cannot modify permissions for file "a.php" write operations are prohibited +Cannot modify permissions for file "a.php" in phar "%s033a.1.phar.php", write operations are prohibited ===DONE=== |