From: Pierre Joye Date: Mon, 5 Sep 2011 10:14:13 +0000 (+0000) Subject: - fix test X-Git-Tag: php-5.5.0alpha1~1343 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69a1e5d3acc7ecbbe8746e339edae4e8b71ae2fe;p=php - fix test --- diff --git a/ext/standard/tests/file/rename_variation7-win32.phpt b/ext/standard/tests/file/rename_variation7-win32.phpt index 7bef31f22f..369e8c2d43 100644 --- a/ext/standard/tests/file/rename_variation7-win32.phpt +++ b/ext/standard/tests/file/rename_variation7-win32.phpt @@ -26,11 +26,11 @@ var_dump(readlink($tmp_link2)); echo "Done\n"; ?> --EXPECTF-- -Warning: symlink(): Could not fetch file information(error 2) in %s on line %d +Warning: symlink(): Could not fetch file information(error 2) in %srename_variation7-win32.php on line %d -Warning: readlink(): Could not open file (error 2) in %s on line %d +Warning: readlink(): readlink failed to read the symbolic link (%srename_variation7-win32.php.tmp.link), error 2) in %srename_variation7-win32.php on line %d bool(false) -Warning: readlink(): Could not open file (error 2) in %s on line %d +Warning: readlink(): readlink failed to read the symbolic link (%srename_variation7-win32.php.tmp.link2), error 2) in %srename_variation7-win32.php on line %d bool(false) Done