From 58ab49111e5ac595a594ac7c87efe9d470ec84de Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 5 Aug 2020 11:02:21 +0200 Subject: [PATCH] Add ipv6 skipif to test This was done for the -unix variant, but not the (formerly windows-only?) main test. --- ext/sockets/tests/socket_sendrecvmsg_multi_msg.phpt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ext/sockets/tests/socket_sendrecvmsg_multi_msg.phpt b/ext/sockets/tests/socket_sendrecvmsg_multi_msg.phpt index 88654e1973..72b90d0527 100644 --- a/ext/sockets/tests/socket_sendrecvmsg_multi_msg.phpt +++ b/ext/sockets/tests/socket_sendrecvmsg_multi_msg.phpt @@ -4,12 +4,16 @@ sendmsg()/recvmsg(): test ability to receive multiple messages (WIN32) --FILE--