summaryrefslogtreecommitdiff
path: root/ext/phar/tests/bug72321.phpt
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-06-21 16:20:03 +0200
committerAnatol Belski <ab@php.net>2016-06-21 16:20:03 +0200
commite3bd360ec9ec22e3057fc6e75d3dd1b11595463d (patch)
treee5a8534a7ba73a281553347e021a86a7ae474cd9 /ext/phar/tests/bug72321.phpt
parenta00350486f502c7d587229cb2a3182279212d129 (diff)
downloadphp-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.phpt6
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