]> granicus.if.org Git - php/commitdiff
fix test (make OS-agnostic)
authorGreg Beaver <cellog@php.net>
Mon, 14 Jan 2008 05:19:23 +0000 (05:19 +0000)
committerGreg Beaver <cellog@php.net>
Mon, 14 Jan 2008 05:19:23 +0000 (05:19 +0000)
ext/phar/tests/tar/tar_001.phpt
ext/phar/tests/tar/tar_002.phpt

index af15609119ecdc55cd3aea67f04760c7a2178f8a..785f42cecd9a1d80ad01507b27a087992be6244e 100644 (file)
@@ -25,6 +25,6 @@ echo $e->getMessage() . "\n";
 @unlink(dirname(__FILE__) . '/tar_001.phar');
 ?>
 --EXPECTF--
-Warning: fopen(phar://%s/tar_001.phar/tar_001.phpt): failed to open stream: phar error: "%s/tar_001.phar" is a corrupted tar file in %s/tar_001.php on line %d
+Warning: fopen(phar://%s/tar_001.phar/tar_001.phpt): failed to open stream: phar error: "%s/tar_001.phar" is a corrupted tar file in %star_001.php on line %d
 Cannot open phar file '%s/tar_001.phar' with alias '(null)': phar error: "%s/tar_001.phar" is a corrupted tar file
 ===DONE===
\ No newline at end of file
index f815dbfe30e79d80977f9220038a2ea9e265bad3..212b3b8186fe3cb695640e0681576bb7206d755f 100644 (file)
@@ -27,6 +27,6 @@ echo $e->getMessage() . "\n";
 @unlink(dirname(__FILE__) . '/tar_002.phar');
 ?>
 --EXPECTF--
-Warning: fopen(phar://%s/tar_002.phar/tar_002.phpt): failed to open stream: phar error: "%s/tar_002.phar" is a corrupted tar file in %s/tar_002.php on line %d
+Warning: fopen(phar://%s/tar_002.phar/tar_002.phpt): failed to open stream: phar error: "%s/tar_002.phar" is a corrupted tar file in %star_002.php on line %d
 Cannot open phar file '%s/tar_002.phar' with alias '(null)': phar error: "%s/tar_002.phar" is a corrupted tar file
 ===DONE===
\ No newline at end of file