Skip to content

Commit 7077826

Browse files
committed
fix expect for win
1 parent a74f945 commit 7077826

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/phar/tests/bug69958.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ $tarphar = new PharData(__DIR__.'/bug69958.tar');
1010
$phar = $tarphar->convertToData(Phar::TAR);
1111
?>
1212
--EXPECTF--
13-
Fatal error: Uncaught BadMethodCallException: phar "%s/bug69958.tar" exists and must be unlinked prior to conversion in %s/bug69958.php:%d
13+
Fatal error: Uncaught BadMethodCallException: phar "%sbug69958.tar" exists and must be unlinked prior to conversion in %sbug69958.php:%d
1414
Stack trace:
15-
#0 %s/bug69958.php(%d): PharData->convertToData(%d)
15+
#0 %sbug69958.php(%d): PharData->convertToData(%d)
1616
#1 {main}
17-
thrown in %s/bug69958.php on line %d
17+
thrown in %sbug69958.php on line %d

0 commit comments

Comments
 (0)