summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-06-21 16:20:03 +0200
committerFerenc Kovacs <tyrael@php.net>2016-06-22 03:49:54 +0200
commit1cfd6996d4dc9b32bf2dbecf2a0d184f2139081f (patch)
tree9fa54a7963fcea26233894b1be628cc7589c20cf
parentc6af288e3291eb4c1bad0bbd87efb1abd87d5dd8 (diff)
downloadphp-git-1cfd6996d4dc9b32bf2dbecf2a0d184f2139081f.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.
-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