From 5d4eed8f47389414c72aae00297cdaa1c8c1c84f Mon Sep 17 00:00:00 2001 From: Steph Fox Date: Wed, 18 Jun 2008 16:48:18 +0000 Subject: [PATCH] - inherited methods don't unixify paths along the way. Allow for it. --- ext/phar/tests/zip/unixzip.phpt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/phar/tests/zip/unixzip.phpt b/ext/phar/tests/zip/unixzip.phpt index 9cbe036ce7..1d3ef6b044 100644 --- a/ext/phar/tests/zip/unixzip.phpt +++ b/ext/phar/tests/zip/unixzip.phpt @@ -20,10 +20,10 @@ if (isset($a['notempty/hi.txt'])) { ?> ===DONE=== --EXPECTF-- -dir phar:///%s/zip.zip/empty -phar:///%s/zip.zip/hi.txt +dir phar://%s/zip.zip%cempty +phar://%s/zip.zip%chi.txt hi there -dir phar:///%s/zip.zip/notempty -phar:///%s/zip.zip/notempty/hi.txt +dir phar://%s/zip.zip%cnotempty +phar://%s/zip.zip/notempty/hi.txt ===DONE=== -- 2.40.0