Skip to content

Commit a3927fa

Browse files
committed
fix dir separator in test
1 parent 199c0ec commit a3927fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/phar/tests/bug71331.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ $p = new PharData(__DIR__."/bug71331.tar");
88
?>
99
DONE
1010
--EXPECTF--
11-
Fatal error: Uncaught exception 'UnexpectedValueException' with message 'phar error: "%s/bug71331.tar" is a corrupted tar file (invalid entry size)' in %s/bug71331.php:2
11+
Fatal error: Uncaught exception 'UnexpectedValueException' with message 'phar error: "%s%ebug71331.tar" is a corrupted tar file (invalid entry size)' in %s%ebug71331.php:2
1212
Stack trace:
13-
#0 %s/bug71331.php(2): PharData->__construct('%s')
13+
#0 %s%ebug71331.php(2): PharData->__construct('%s')
1414
#1 {main}
15-
thrown in %s/bug71331.php on line 2
15+
thrown in %s%ebug71331.php on line 2

0 commit comments

Comments
 (0)