diff options
| -rw-r--r-- | ext/standard/tests/file/rename_variation7-win32.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/file/rename_variation7-win32.phpt b/ext/standard/tests/file/rename_variation7-win32.phpt index 7bef31f22f..6df0d9db99 100644 --- a/ext/standard/tests/file/rename_variation7-win32.phpt +++ b/ext/standard/tests/file/rename_variation7-win32.phpt @@ -28,9 +28,9 @@ echo "Done\n"; --EXPECTF-- Warning: symlink(): Could not fetch file information(error 2) in %s 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 (%s), error 2) in %s 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 (%s), error 2) in %s on line %d bool(false) Done |
