From: Pierre Joye Date: Mon, 9 Jan 2012 15:31:33 +0000 (+0000) Subject: - error is windows version dependent and not what we test here X-Git-Tag: php-5.4.0RC6~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd3eb33d76c9561b1081c9cc3272476af843877a;p=php - error is windows version dependent and not what we test here --- diff --git a/ext/standard/tests/file/rename_variation6-win32.phpt b/ext/standard/tests/file/rename_variation6-win32.phpt index 14d59d0ade..9aab0a7a83 100644 --- a/ext/standard/tests/file/rename_variation6-win32.phpt +++ b/ext/standard/tests/file/rename_variation6-win32.phpt @@ -33,7 +33,7 @@ var_dump(file_exists($tmp_file)); echo "Done\n"; ?> --EXPECTF-- -Warning: readlink(): Could not open file (error 2) in %s on line %d +Warning: readlink(): %s in %s on line %d bool(false) string(%d) "%srename_variation6-win32.php.tmp" bool(true)