fix dir sep in test

This commit is contained in:
Anatol Belski 2015-05-26 13:09:01 +02:00
parent 438d17e74e
commit 4faf7476f9

View 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==
==DONE==