Skip to content

Commit e971b92

Browse files
weltlingJulien Pauli
authored and
Julien Pauli
committed
fix dir separator in test
1 parent 39a8cc5 commit e971b92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/phar/tests/bug69441.phpt

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ $r = new Phar($fname, 0);
1616
--EXPECTF--
1717
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
1818
Stack trace:
19-
#0 %s/bug69441.php(%d): Phar->__construct('%s', 0)
19+
#0 %s%ebug69441.php(%d): Phar->__construct('%s', 0)
2020
#1 {main}
21-
==DONE==
21+
==DONE==

0 commit comments

Comments
 (0)