diff options
author | Anatol Belski <ab@php.net> | 2016-06-21 16:20:03 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-06-21 16:20:03 +0200 |
commit | e3bd360ec9ec22e3057fc6e75d3dd1b11595463d (patch) | |
tree | e5a8534a7ba73a281553347e021a86a7ae474cd9 /ext/phar/tests/bug72321.phpt | |
parent | a00350486f502c7d587229cb2a3182279212d129 (diff) | |
download | php-git-e3bd360ec9ec22e3057fc6e75d3dd1b11595463d.tar.gz |
fix test
There is a difference between TS and NTS warning message, since
virtual_mkdir vs glibc directly is used. This has no effect for
the actual fix functionality.
Diffstat (limited to 'ext/phar/tests/bug72321.phpt')
-rw-r--r-- | ext/phar/tests/bug72321.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/phar/tests/bug72321.phpt b/ext/phar/tests/bug72321.phpt index 37aca19e82..6e63da42d9 100644 --- a/ext/phar/tests/bug72321.phpt +++ b/ext/phar/tests/bug72321.phpt @@ -21,6 +21,6 @@ DONE rmdir(__DIR__."/test72321"); ?> --EXPECTF-- -Warning: PharData::extractTo(): Not a directory in %s/bug72321.php on line %d -Extraction from phar "%s/72321_2.zip" failed: Cannot extract "AAAAAAAAxxxxBBBBCCCCCCCCxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/b/c", could not create directory "test72321/AAAAAAAAxxxxBBBBCCCCCCCCxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/b" -DONE
\ No newline at end of file +Warning: PharData::extractTo(): %s in %sbug72321.php on line %d +Extraction from phar "%s72321_2.zip" failed: Cannot extract "AAAAAAAAxxxxBBBBCCCCCCCCxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/b/c", could not create directory "test72321/AAAAAAAAxxxxBBBBCCCCCCCCxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/b" +DONE |