summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierrick Charron <pierrick@php.net>2012-12-21 12:19:54 -0500
committerPierrick Charron <pierrick@php.net>2012-12-21 12:19:54 -0500
commit63659ce52678500ec024f1146ebf30e70624b935 (patch)
tree577b80cb58ff842cf1d601b39da7644beeaae4dd
parent56d9edbbb93a2a338211b2e7c05cf52347a963ce (diff)
downloadphp-git-63659ce52678500ec024f1146ebf30e70624b935.tar.gz
Fix test to work on every libcurl version
-rw-r--r--ext/standard/tests/file/bug52820.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/standard/tests/file/bug52820.phpt b/ext/standard/tests/file/bug52820.phpt
index 9ddff654c2..19d0e9e2a3 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.