From: Greg Beaver Date: Sun, 20 Apr 2008 05:50:40 +0000 (+0000) Subject: fix test to be OS-agnostic X-Git-Tag: RELEASE_2_0_0b1~304 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e5dd15d52429583629f80a94664da2aedad3b19;p=php fix test to be OS-agnostic --- diff --git a/ext/phar/tests/zip/unixzip.phpt b/ext/phar/tests/zip/unixzip.phpt index 7b53de726d..374489d013 100644 --- a/ext/phar/tests/zip/unixzip.phpt +++ b/ext/phar/tests/zip/unixzip.phpt @@ -19,8 +19,8 @@ if (isset($a['notempty/hi.txt'])) { ?> ===DONE=== --EXPECTF-- -dir phar://%szip.zip/empty -phar://%szip.zip/hi.txt -dir phar://%szip.zip/notempty +dir phar://%szip.zip%cempty +phar://%szip.zip%chi.txt +dir phar://%szip.zip%cnotempty phar://%szip.zip/notempty/hi.txt ===DONE===