From a3bce062fa12b58659352d18417150d86faf068b Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 22 Jan 2007 02:24:40 +0000 Subject: [PATCH] - Don't be to picky, as long as we get an error here, we're fine --- ext/phar/tests/013.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/phar/tests/013.phpt b/ext/phar/tests/013.phpt index 2d00a93f30..677d8ca81f 100644 --- a/ext/phar/tests/013.phpt +++ b/ext/phar/tests/013.phpt @@ -20,4 +20,4 @@ echo file_get_contents($pname.'/a'); --CLEAN-- --EXPECTF-- -Warning: file_get_contents(phar://%s/a): failed to open stream: phar error: internal corruption of phar "%s" (actual filesize mismatch on file "a") in %s on line %d +Warning: file_get_contents(phar://%s/a): failed to open stream: phar error: internal corruption of phar "%s" (%s file "a") in %s on line %d -- 2.40.0