]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Wed, 4 Jun 2008 07:52:04 +0000 (07:52 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 4 Jun 2008 07:52:04 +0000 (07:52 +0000)
ext/phar/tests/zip/unixzip.phpt

index 8eda6e025d0e2a65bfd77bb677243cba72f482e3..9cbe036ce709f7e636ca864a2c0d59f70ba7645c 100644 (file)
@@ -20,10 +20,10 @@ if (isset($a['notempty/hi.txt'])) {
 ?>
 ===DONE===
 --EXPECTF--
-dir phar:///home/cellog/workspace/php5/ext/phar/tests/zip/files/zip.zip/empty
-phar:///home/cellog/workspace/php5/ext/phar/tests/zip/files/zip.zip/hi.txt
+dir phar:///%s/zip.zip/empty
+phar:///%s/zip.zip/hi.txt
 hi there
 
-dir phar:///home/cellog/workspace/php5/ext/phar/tests/zip/files/zip.zip/notempty
-phar:///home/cellog/workspace/php5/ext/phar/tests/zip/files/zip.zip/notempty/hi.txt
-===DONE===
\ No newline at end of file
+dir phar:///%s/zip.zip/notempty
+phar:///%s/zip.zip/notempty/hi.txt
+===DONE===