Browse Source

Fix test to work on every libcurl version

PHP-5.3.21
Pierrick Charron 14 years ago
parent
commit
63659ce526
  1. 8
      ext/standard/tests/file/bug52820.phpt

8
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.
Loading…
Cancel
Save