]> granicus.if.org Git - php/commitdiff
fix dir sep in test
authorAnatol Belski <ab@php.net>
Tue, 26 May 2015 11:09:01 +0000 (13:09 +0200)
committerAnatol Belski <ab@php.net>
Tue, 26 May 2015 11:09:56 +0000 (13:09 +0200)
ext/phar/tests/bug69453.phpt

index 12b437639a8cf3fd05d397381744f5072d86fc6e..6f280a5351988bbaae36b48c982efeab770afd5d 100644 (file)
@@ -14,8 +14,8 @@ $r = new Phar($fname, 0);
 
 ==DONE==
 --EXPECTF--
-UnexpectedValueException: phar error: "%s/bug69453.tar.phar" is a corrupted tar file (checksum mismatch of file "") in %s:%d
+UnexpectedValueException: phar error: "%s%ebug69453.tar.phar" is a corrupted tar file (checksum mismatch of file "") in %s:%d
 Stack trace:
-#0 %s/bug69453.php(%d): Phar->__construct('%s', 0)
+#0 %s%ebug69453.php(%d): Phar->__construct('%s', 0)
 #1 {main}
-==DONE==
\ No newline at end of file
+==DONE==