Mask different curl message. Now passes on Oracle Linux 5

This commit is contained in:
Christopher Jones 2012-02-06 23:31:51 +00:00
parent dbefe8d8ea
commit 2759e78afc

View File

@ -31,17 +31,17 @@ echo "\nmemory stream (close after):\n";
fclose(do_stuff("php://memory"));
echo "\nDone.\n";
--EXPECT--
--EXPECTF--
temp stream (close after):
About to rewind!
* About to connect() to 127.0.0.1 port 37349 (#0)
* About to connect() to 127.0.0.1 port 37349%r.*%r
* Trying 127.0.0.1... * Connection refused
* couldn't connect to host
* Closing connection #0
memory stream (close after):
About to rewind!
* About to connect() to 127.0.0.1 port 37349 (#0)
* About to connect() to 127.0.0.1 port 37349%r.*%r
* Trying 127.0.0.1... * Connection refused
* couldn't connect to host
* Closing connection #0