summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-03-29 14:18:25 +0200
committerAnatol Belski <ab@php.net>2016-03-29 14:18:25 +0200
commit551423c64235e2a06a767d2dfa17717001e5e207 (patch)
tree2ff361600e6b20eadf717ba33d3a1a7ddd6b2230
parentfe13566c93f118a15a96320a546c7878fd0cfc5e (diff)
downloadphp-git-551423c64235e2a06a767d2dfa17717001e5e207.tar.gz
fix dir separator in test
-rw-r--r--ext/phar/tests/bug64931/bug64931.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/phar/tests/bug64931/bug64931.phpt b/ext/phar/tests/bug64931/bug64931.phpt
index 29e0c7b4e3..630746cdf8 100644
--- a/ext/phar/tests/bug64931/bug64931.phpt
+++ b/ext/phar/tests/bug64931/bug64931.phpt
@@ -55,5 +55,5 @@ CAUGHT: Cannot create any files in magic ".phar" directory
CAUGHT: Cannot create any files in magic ".phar" directory
CAUGHT: Cannot create any files in magic ".phar" directory
-Warning: Phar::addFromString() expects parameter 1 to be a valid path, string given in %s/bug64931.php on line %d
-===DONE=== \ No newline at end of file
+Warning: Phar::addFromString() expects parameter 1 to be a valid path, string given in %s%ebug64931.php on line %d
+===DONE===