]> granicus.if.org Git - php/commitdiff
fix tests to match CVS
authorGreg Beaver <cellog@php.net>
Sun, 20 Apr 2008 17:19:24 +0000 (17:19 +0000)
committerGreg Beaver <cellog@php.net>
Sun, 20 Apr 2008 17:19:24 +0000 (17:19 +0000)
ext/phar/tests/tar/tar_001.phpt
ext/phar/tests/tar/tar_002.phpt

index f5d5df2713fef5206958a5d223aa503ded2d279c..500058b70d9793740610c5aa3d8674bb75ea8c97 100644 (file)
@@ -26,6 +26,6 @@ try {
 @unlink(dirname(__FILE__) . '/tar_001.phar.tar');
 ?>
 --EXPECTF--
-Warning: fopen(phar://%star_001.phar.tar/tar_001.phpt): failed to open stream: phar error: "%star_001.phar.tar" is a corrupted tar file in %star_001.php on line 9
-phar error: "%star_001.phar.tar" is a corrupted tar file
+Warning: fopen(phar://%star_001.phar.tar/tar_001.phpt): failed to open stream: phar error: "%star_001.phar.tar" is a corrupted tar file (truncated) in %star_001.php on line 9
+phar error: "%star_001.phar.tar" is a corrupted tar file (truncated)
 ===DONE===
index e5d778e705672b7fda159198c08f1062ac003de1..75fc220b40b5cc0a6b008077eeedd8dd3d3faaf3 100644 (file)
@@ -29,6 +29,6 @@ try {
 @unlink(dirname(__FILE__) . '/tar_002.phar.tar');
 ?>
 --EXPECTF--
-Warning: fopen(phar://%star_002.phar.tar/tar_002.phpt): failed to open stream: phar error: "%star_002.phar.tar" is a corrupted tar file in %star_002.php on line 9
-phar error: "%star_002.phar.tar" is a corrupted tar file
+Warning: fopen(phar://%star_002.phar.tar/tar_002.phpt): failed to open stream: phar error: "%star_002.phar.tar" is a corrupted tar file (truncated) in %star_002.php on line 9
+phar error: "%star_002.phar.tar" is a corrupted tar file (truncated)
 ===DONE===