Skip to content

Commit 63659ce

Browse files
committed
Fix test to work on every libcurl version
1 parent 56d9edb commit 63659ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ext/standard/tests/file/bug52820.phpt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ echo "\nDone.\n";
3535
temp stream (close after):
3636
About to rewind!
3737
* About to connect() to 127.0.0.1 port 37349%r.*%r
38-
* Trying 127.0.0.1... * Connection refused
39-
* couldn't connect to host
38+
* Trying 127.0.0.1...%A* Connection refused
39+
* couldn't connect to host%S
4040
* Closing connection #0
4141

4242
memory stream (close after):
4343
About to rewind!
4444
* About to connect() to 127.0.0.1 port 37349%r.*%r
45-
* Trying 127.0.0.1... * Connection refused
46-
* couldn't connect to host
45+
* Trying 127.0.0.1...%A* Connection refused
46+
* couldn't connect to host%S
4747
* Closing connection #0
4848

4949
Done.

0 commit comments

Comments
 (0)