]> granicus.if.org Git - php/commitdiff
Fix test portability
authorAnatol Belski <ab@php.net>
Mon, 4 Mar 2019 13:28:47 +0000 (14:28 +0100)
committerAnatol Belski <ab@php.net>
Mon, 4 Mar 2019 13:28:47 +0000 (14:28 +0100)
ext/exif/tests/bug77563.phpt
ext/phar/tests/bug77396.phpt

index 9e7ccc768b42d03b3ffc388685b306bccd066ff1..6e427a77cebdc1e523bedbf79f1faace152e9379 100644 (file)
@@ -8,9 +8,9 @@ $s = exif_thumbnail(__DIR__."/bug77563.jpg");
 ?>
 DONE
 --EXPECTF--
-Warning: exif_thumbnail(bug77563.jpg): IFD data too short: 0x0009 offset 0x0008 in %s/bug77563.php on line %d
+Warning: exif_thumbnail(bug77563.jpg): IFD data too short: 0x0009 offset 0x0008 in %s%ebug77563.php on line %d
 
-Warning: exif_thumbnail(bug77563.jpg): File structure corrupted in %s/bug77563.php on line %d
+Warning: exif_thumbnail(bug77563.jpg): File structure corrupted in %s%ebug77563.php on line %d
 
-Warning: exif_thumbnail(bug77563.jpg): Invalid JPEG file in %s/bug77563.php on line %d
-DONE
\ No newline at end of file
+Warning: exif_thumbnail(bug77563.jpg): Invalid JPEG file in %s%ebug77563.php on line %d
+DONE
index f7a2a2f02617c405c0541e7eb8a8d8a894f94f0f..ede25ff81f6fa89b3e889e62992dcb48c6a50c25 100644 (file)
@@ -8,8 +8,8 @@ $path = '../' . str_repeat("x", PHP_MAXPATHLEN) . '.tar';
 $phar = new PharData($path);
 ?>
 --EXPECTF--
-Fatal error: Uncaught UnexpectedValueException: Phar creation or opening failed in %s/bug77396.php:%d
+Fatal error: Uncaught UnexpectedValueException: Phar creation or opening failed in %s%ebug77396.php:%d
 Stack trace:
-#0 %s/bug77396.php(%d): PharData->__construct(%s)
+#0 %s%ebug77396.php(%d): PharData->__construct(%s)
 #1 {main}
-  thrown in %s/bug77396.php on line %d
+  thrown in %s%ebug77396.php on line %d