mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
fix dir sep in test
This commit is contained in:
parent
438d17e74e
commit
4faf7476f9
@ -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==
|
||||
|
Loading…
Reference in New Issue
Block a user