summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-11-24 16:14:17 +0100
committerAnatol Belski <ab@php.net>2014-11-24 16:14:17 +0100
commit09f2355eec0b800905d59f9e96ae09d242ba7673 (patch)
tree6527f25477a4577a5bc6c20a7d2f4acae85a2eac
parentac8b1a9de17bff14812189b23fe8471993ac1900 (diff)
downloadphp-git-09f2355eec0b800905d59f9e96ae09d242ba7673.tar.gz
fix dir separator in test
-rw-r--r--ext/exif/tests/bug68113.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/exif/tests/bug68113.phpt b/ext/exif/tests/bug68113.phpt
index 0fa4c4aca8..e4a1cbf53b 100644
--- a/ext/exif/tests/bug68113.phpt
+++ b/ext/exif/tests/bug68113.phpt
@@ -10,8 +10,8 @@ var_dump(exif_thumbnail(__DIR__."/bug68113.jpg"));
?>
Done
--EXPECTF--
-Warning: exif_thumbnail(bug68113.jpg): File structure corrupted in %s/bug68113.php on line 2
+Warning: exif_thumbnail(bug68113.jpg): File structure corrupted in %s%ebug68113.php on line 2
-Warning: exif_thumbnail(bug68113.jpg): Invalid JPEG file in %s/bug68113.php on line 2
+Warning: exif_thumbnail(bug68113.jpg): Invalid JPEG file in %s%ebug68113.php on line 2
bool(false)
-Done \ No newline at end of file
+Done