summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-02-15 08:58:20 +0100
committerAnatol Belski <ab@php.net>2016-02-15 08:58:20 +0100
commita3927fa7f5ed2d4c398cbf5c6ae1157ec26d94b9 (patch)
tree2f2b65013c910eaf80c6ab56657e7c426bacb075
parent199c0ec48df34e05f97726e82784bf65bc708035 (diff)
downloadphp-git-a3927fa7f5ed2d4c398cbf5c6ae1157ec26d94b9.tar.gz
fix dir separator in test
-rw-r--r--ext/phar/tests/bug71331.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/phar/tests/bug71331.phpt b/ext/phar/tests/bug71331.phpt
index 106fd540fc..7864a872a7 100644
--- a/ext/phar/tests/bug71331.phpt
+++ b/ext/phar/tests/bug71331.phpt
@@ -8,8 +8,8 @@ $p = new PharData(__DIR__."/bug71331.tar");
?>
DONE
--EXPECTF--
-Fatal error: Uncaught exception 'UnexpectedValueException' with message 'phar error: "%s/bug71331.tar" is a corrupted tar file (invalid entry size)' in %s/bug71331.php:2
+Fatal error: Uncaught exception 'UnexpectedValueException' with message 'phar error: "%s%ebug71331.tar" is a corrupted tar file (invalid entry size)' in %s%ebug71331.php:2
Stack trace:
-#0 %s/bug71331.php(2): PharData->__construct('%s')
+#0 %s%ebug71331.php(2): PharData->__construct('%s')
#1 {main}
- thrown in %s/bug71331.php on line 2 \ No newline at end of file
+ thrown in %s%ebug71331.php on line 2