From: Greg Beaver Date: Mon, 14 Apr 2008 22:27:34 +0000 (+0000) Subject: fixes test on windows. Does it break on unix? the shadow knows X-Git-Tag: RELEASE_2_0_0b1~394 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7a8df12482182aaa8dbf0e23791f2e8bab2f5bf;p=php fixes test on windows. Does it break on unix? the shadow knows --- diff --git a/ext/phar/tests/fopen.phpt b/ext/phar/tests/fopen.phpt index 4184d416a2..6a936be023 100644 --- a/ext/phar/tests/fopen.phpt +++ b/ext/phar/tests/fopen.phpt @@ -38,5 +38,5 @@ include $fname; --EXPECTF-- Warning: fopen() expects at least 2 parameters, 0 given in %sfopen.php on line %d hihi -Warning: fopen(notfound.txt): failed to open stream: No such file or directory in phar://%sfopen.phar.php/index.php on line %d +Warning: fopen(phar://%sfopen.phar.php/notfound.txt): failed to open stream: phar error: "notfound.txt" is not a file in phar "%sfopen.phar.php" in phar://%sfopen.phar.php/index.php on line %d ===DONE=== \ No newline at end of file