diff options
author | Anatol Belski <ab@php.net> | 2015-05-22 21:25:52 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-05-22 21:25:52 +0200 |
commit | d9c266f4c91ab4cbee1c334f078c63519ab21395 (patch) | |
tree | 36cfdf264b5e4211f43867b0b8a8c23d8539f7f0 /ext/phar | |
parent | 827d2c14150197e20897cba39c1824aa910df95a (diff) | |
download | php-git-d9c266f4c91ab4cbee1c334f078c63519ab21395.tar.gz |
fix test
Sometimes the path is unixified, sometimes not, so better don't
care about the slash in this case.
Diffstat (limited to 'ext/phar')
-rw-r--r-- | ext/phar/tests/bug69441.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/bug69441.phpt b/ext/phar/tests/bug69441.phpt index 03c87e34ca..934c5f6b73 100644 --- a/ext/phar/tests/bug69441.phpt +++ b/ext/phar/tests/bug69441.phpt @@ -14,7 +14,7 @@ $r = new Phar($fname, 0); ==DONE== --EXPECTF-- -exception 'UnexpectedValueException' with message 'phar error: corrupted central directory entry, no magic signature in zip-based phar "%s%ebug69441.phar"' in %s%ebug69441.php:%d +exception 'UnexpectedValueException' with message 'phar error: corrupted central directory entry, no magic signature in zip-based phar "%sbug69441.phar"' in %sbug69441.php:%d Stack trace: #0 %s%ebug69441.php(%d): Phar->__construct('%s', 0) #1 {main} |