diff options
author | Anatol Belski <ab@php.net> | 2015-05-26 13:09:01 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-05-26 13:09:56 +0200 |
commit | 4faf7476f9e6a6c57a3bf6bccf0752b33b7cf4b1 (patch) | |
tree | f74b19e34732d11f7e7cfecdf074869bafc3e59a | |
parent | 438d17e74e3ed7c4c8356a894057200d3b62f425 (diff) | |
download | php-git-4faf7476f9e6a6c57a3bf6bccf0752b33b7cf4b1.tar.gz |
fix dir sep in test
-rw-r--r-- | ext/phar/tests/bug69453.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/phar/tests/bug69453.phpt b/ext/phar/tests/bug69453.phpt index 12b437639a..6f280a5351 100644 --- a/ext/phar/tests/bug69453.phpt +++ b/ext/phar/tests/bug69453.phpt @@ -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== |