]> granicus.if.org Git - php/commitdiff
Mask different curl message. Now passes on Oracle Linux 5
authorChristopher Jones <sixd@php.net>
Mon, 6 Feb 2012 23:31:51 +0000 (23:31 +0000)
committerChristopher Jones <sixd@php.net>
Mon, 6 Feb 2012 23:31:51 +0000 (23:31 +0000)
ext/standard/tests/file/bug52820.phpt

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