From 5e5dd15d52429583629f80a94664da2aedad3b19 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Sun, 20 Apr 2008 05:50:40 +0000 Subject: [PATCH] fix test to be OS-agnostic --- ext/phar/tests/zip/unixzip.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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=== -- 2.50.1