From: Christopher Jones <sixd@php.net> Date: Mon, 6 Feb 2012 23:31:51 +0000 (+0000) Subject: Mask different curl message. Now passes on Oracle Linux 5 X-Git-Tag: php-5.4.0RC8~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f0dfb0ee5221469333c36635d1fae1cec4b651a;p=php Mask different curl message. Now passes on Oracle Linux 5 --- diff --git a/ext/standard/tests/file/bug52820.phpt b/ext/standard/tests/file/bug52820.phpt index 3b7ed3ec34..8a1e7cc981 100644 --- a/ext/standard/tests/file/bug52820.phpt +++ b/ext/standard/tests/file/bug52820.phpt @@ -39,31 +39,31 @@ echo "\nmemory stream (leak):\n"; leak_variable(do_stuff("php://memory"), true); 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 temp stream (leak): 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 (leak): 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