summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-09-29 09:11:52 +0200
committerAnatol Belski <ab@php.net>2015-09-29 09:11:52 +0200
commit208ed0a01059a32af38be5c3c5481c200c8ec4a2 (patch)
tree86aaa7863400624c86e1cf6abf32048ccc1a98cb
parentd6e8426ebf10214f750b33c37fa5df0e909b919b (diff)
downloadphp-git-208ed0a01059a32af38be5c3c5481c200c8ec4a2.tar.gz
fix test
cutting out the '/' is not critical, but allows to avoid forking
-rw-r--r--ext/phar/tests/bug69720.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/bug69720.phpt b/ext/phar/tests/bug69720.phpt
index 43b701d014..286d3cbdbe 100644
--- a/ext/phar/tests/bug69720.phpt
+++ b/ext/phar/tests/bug69720.phpt
@@ -25,7 +25,7 @@ try {
MY_METADATA_NULL
-Warning: file_get_contents(phar:///%s): failed to open stream: phar error: "test.php" is not a file in phar "%s.phar" in %s.php on line %d
+Warning: file_get_contents(phar://%s): failed to open stream: phar error: "test.php" is not a file in phar "%s.phar" in %s.php on line %d
array(1) {
["whatever"]=>
int(123)