From: Greg Beaver Date: Wed, 30 Apr 2008 23:06:04 +0000 (+0000) Subject: fix test to be truly path-agnostic X-Git-Tag: RELEASE_2_0_0b1~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3816a2aa013d298633611a2ac53c205d7033381;p=php fix test to be truly path-agnostic --- diff --git a/ext/phar/tests/phar_extract.phpt b/ext/phar/tests/phar_extract.phpt index 6eee466328..c46260b569 100644 --- a/ext/phar/tests/phar_extract.phpt +++ b/ext/phar/tests/phar_extract.phpt @@ -125,5 +125,5 @@ Extraction from phar "%stempmanifest1.phar.php" failed: Cannot extract "file1.tx string(5) "first" string(2) "hi" Cannot extract to "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa...", destination directory is too long for filesystem -Extraction from phar "%stempmanifest1.phar.php" failed: Cannot extract "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa..." to "%sextrac%s...", extracted filename is too long for filesystem +Extraction from phar "%stempmanifest1.phar.php" failed: Cannot extract "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa..." to "%s...", extracted filename is too long for filesystem ===DONE=== \ No newline at end of file