From 2759e78afcbaa4ecedc9219d5a117d07c2fdd222 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/standard/tests/file/bug52820.phpt b/ext/standard/tests/file/bug52820.phpt index b398cc4b83..9ddff654c2 100644 --- a/ext/standard/tests/file/bug52820.phpt +++ b/ext/standard/tests/file/bug52820.phpt @@ -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 -- 2.40.0