summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-04-15 11:07:13 +0200
committerJulien Pauli <jpauli@php.net>2015-04-15 12:43:00 +0200
commite971b92d4a3b3ca5b60a15b8c34d2abbf4b4173c (patch)
tree67a41a37abbcdb0ad71d74c1e1e651c9166fc4a2
parent39a8cc5d2c38e98c9db550029f97e8dfca0d529c (diff)
downloadphp-git-PHP-5.5.24.tar.gz
fix dir separator in testphp-5.5.24PHP-5.5.24
-rw-r--r--ext/phar/tests/bug69441.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/phar/tests/bug69441.phpt b/ext/phar/tests/bug69441.phpt
index ed461cf1f9..fafb7855c6 100644
--- a/ext/phar/tests/bug69441.phpt
+++ b/ext/phar/tests/bug69441.phpt
@@ -16,6 +16,6 @@ $r = new Phar($fname, 0);
--EXPECTF--
exception 'UnexpectedValueException' with message 'phar error: corrupted central directory entry, no magic signature in zip-based phar "%s/bug69441.phar"' in %s/bug69441.php:%d
Stack trace:
-#0 %s/bug69441.php(%d): Phar->__construct('%s', 0)
+#0 %s%ebug69441.php(%d): Phar->__construct('%s', 0)
#1 {main}
-==DONE== \ No newline at end of file
+==DONE==