From 3f0dfb0ee5221469333c36635d1fae1cec4b651a Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Mon, 6 Feb 2012 23:31:51 +0000 Subject: [PATCH] Mask different curl message. Now passes on Oracle Linux 5 --- ext/standard/tests/file/bug52820.phpt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.40.0