Skip to content

Commit d9c266f

Browse files
committed
fix test
Sometimes the path is unixified, sometimes not, so better don't care about the slash in this case.
1 parent 827d2c1 commit d9c266f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/phar/tests/bug69441.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $r = new Phar($fname, 0);
1414

1515
==DONE==
1616
--EXPECTF--
17-
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
17+
exception 'UnexpectedValueException' with message 'phar error: corrupted central directory entry, no magic signature in zip-based phar "%sbug69441.phar"' in %sbug69441.php:%d
1818
Stack trace:
1919
#0 %s%ebug69441.php(%d): Phar->__construct('%s', 0)
2020
#1 {main}

0 commit comments

Comments
 (0)