]> granicus.if.org Git - php/commitdiff
fix dir separator in test
authorAnatol Belski <ab@php.net>
Mon, 15 Feb 2016 07:58:20 +0000 (08:58 +0100)
committerAnatol Belski <ab@php.net>
Mon, 15 Feb 2016 07:58:20 +0000 (08:58 +0100)
ext/phar/tests/bug71331.phpt

index 106fd540fc39aab155e8d7e510e56d93f0b43dc1..7864a872a78f9001ce7707cda3a0cad2978cc3b4 100644 (file)
@@ -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