From 8cc335a0da2ec6d96ed9afd281d11b1cc1ffb33c Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Thu, 15 May 2008 14:01:30 +0000 Subject: [PATCH] make test OS-agnostic --- ext/phar/tests/phar_extract2.phpt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ext/phar/tests/phar_extract2.phpt b/ext/phar/tests/phar_extract2.phpt index bb7f5bc277..9763cca476 100644 --- a/ext/phar/tests/phar_extract2.phpt +++ b/ext/phar/tests/phar_extract2.phpt @@ -62,11 +62,11 @@ $dir = dirname(__FILE__) . '/extract1/'; ?> --EXPECTF-- %sextract%cfile1.txt -%sextract\file2.txt -%sextract\one -%sextract\subdir -%sextract\subdir\ectory -%sextract\subdir\ectory\file.txt +%sextract%cfile2.txt +%sextract%cone +%sextract%csubdir +%sextract%csubdir%cectory +%sextract%csubdir%cectory%cfile.txt Phar Error: attempted to extract non-existent file "phar" from phar "%stempmanifest2.phar.php" Phar Error: attempted to extract non-existent file ".phar" from phar "%stempmanifest2.phar.php" Phar Error: attempted to extract non-existent file "/phar" from phar "%stempmanifest2.phar.php" -- 2.40.0