]> granicus.if.org Git - php/commitdiff
fixes test on windows. Does it break on unix? the shadow knows
authorGreg Beaver <cellog@php.net>
Mon, 14 Apr 2008 22:27:34 +0000 (22:27 +0000)
committerGreg Beaver <cellog@php.net>
Mon, 14 Apr 2008 22:27:34 +0000 (22:27 +0000)
ext/phar/tests/fopen.phpt

index 4184d416a227b299c1ebb17a8b2af5eb1e2d8614..6a936be023e972c088da0696135a2f22b4ed686d 100644 (file)
@@ -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