Commit:    63659ce52678500ec024f1146ebf30e70624b935
Author:    Pierrick Charron <pierr...@php.net>         Fri, 21 Dec 2012 
12:19:54 -0500
Parents:   56d9edbbb93a2a338211b2e7c05cf52347a963ce
Branches:  PHP-5.3 PHP-5.4 PHP-5.5 master

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

Log:
Fix test to work on every libcurl version

Changed paths:
  M  ext/standard/tests/file/bug52820.phpt


Diff:
diff --git a/ext/standard/tests/file/bug52820.phpt 
b/ext/standard/tests/file/bug52820.phpt
index 9ddff65..19d0e9e 100644
--- a/ext/standard/tests/file/bug52820.phpt
+++ b/ext/standard/tests/file/bug52820.phpt
@@ -35,15 +35,15 @@ echo "\nDone.\n";
 temp stream (close after):
 About to rewind!
 * About to connect() to 127.0.0.1 port 37349%r.*%r
-*   Trying 127.0.0.1... * Connection refused
-* couldn't connect to host
+*   Trying 127.0.0.1...%A* Connection refused
+* couldn't connect to host%S
 * Closing connection #0
 
 memory stream (close after):
 About to rewind!
 * About to connect() to 127.0.0.1 port 37349%r.*%r
-*   Trying 127.0.0.1... * Connection refused
-* couldn't connect to host
+*   Trying 127.0.0.1...%A* Connection refused
+* couldn't connect to host%S
 * Closing connection #0
 
 Done.


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

Reply via email to