fix more dir separators
authorAnatol Belski <ab@php.net>
Sun, 19 Apr 2015 18:27:28 +0000 (20:27 +0200)
committerAnatol Belski <ab@php.net>
Sun, 19 Apr 2015 18:27:28 +0000 (20:27 +0200)
ext/phar/tests/bug69441.phpt

index fafb7855c63e1dc0a866bcedf3d61b0b0991f4e2..03c87e34caf5952c31abf6a83ef6a40262271d98 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/bug69441.phar"' in %s/bug69441.php:%d
+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
 Stack trace:
 #0 %s%ebug69441.php(%d): Phar->__construct('%s', 0)
 #1 {main}