]> granicus.if.org Git - php/commitdiff
fix test
authorAnatol Belski <ab@php.net>
Fri, 22 May 2015 19:25:52 +0000 (21:25 +0200)
committerAnatol Belski <ab@php.net>
Fri, 22 May 2015 19:25:52 +0000 (21:25 +0200)
Sometimes the path is unixified, sometimes not, so better don't
care about the slash in this case.

ext/phar/tests/bug69441.phpt

index 03c87e34caf5952c31abf6a83ef6a40262271d98..934c5f6b7359fb712516c760935f4238b79712dc 100644 (file)
@@ -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}