diff options
author | Anatol Belski <ab@php.net> | 2015-09-29 09:11:52 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-09-29 09:11:52 +0200 |
commit | 208ed0a01059a32af38be5c3c5481c200c8ec4a2 (patch) | |
tree | 86aaa7863400624c86e1cf6abf32048ccc1a98cb | |
parent | d6e8426ebf10214f750b33c37fa5df0e909b919b (diff) | |
download | php-git-208ed0a01059a32af38be5c3c5481c200c8ec4a2.tar.gz |
fix test
cutting out the '/' is not critical, but allows to avoid forking
-rw-r--r-- | ext/phar/tests/bug69720.phpt | 2 |
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) |