Skip to content

Commit 09f2355

Browse files
committed
fix dir separator in test
1 parent ac8b1a9 commit 09f2355

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/exif/tests/bug68113.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ var_dump(exif_thumbnail(__DIR__."/bug68113.jpg"));
1010
?>
1111
Done
1212
--EXPECTF--
13-
Warning: exif_thumbnail(bug68113.jpg): File structure corrupted in %s/bug68113.php on line 2
13+
Warning: exif_thumbnail(bug68113.jpg): File structure corrupted in %s%ebug68113.php on line 2
1414

15-
Warning: exif_thumbnail(bug68113.jpg): Invalid JPEG file in %s/bug68113.php on line 2
15+
Warning: exif_thumbnail(bug68113.jpg): Invalid JPEG file in %s%ebug68113.php on line 2
1616
bool(false)
17-
Done
17+
Done

0 commit comments

Comments
 (0)