Commit:    ed0ddd20c50d9b9c9e0b914194a66f91028074a2
Author:    Anatoliy Belsky <a...@php.net>         Tue, 10 Apr 2012 15:16:48 
+0200
Parents:   b0cb29db8718f0037de10947a63f90a3f4f4d6a9
Branches:  PHP-5.3 PHP-5.4 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=ed0ddd20c50d9b9c9e0b914194a66f91028074a2

Log:
Fixed bug #61669 ext\standard\tests\file\rename_variation7-win32.phpt fails

Bugs:
https://bugs.php.net/61669

Changed paths:
  M  ext/standard/tests/file/rename_variation7-win32.phpt


Diff:
diff --git a/ext/standard/tests/file/rename_variation7-win32.phpt 
b/ext/standard/tests/file/rename_variation7-win32.phpt
index 7bef31f..6df0d9d 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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to