$OpenBSD: patch-test_test-udp-ipv6_c,v 1.1 2017/02/22 14:28:30 jca Exp $

- no dual stack support

--- test/test-udp-ipv6.c.orig	Wed Feb  1 01:38:56 2017
+++ test/test-udp-ipv6.c	Sat Feb 18 12:54:17 2017
@@ -166,10 +166,7 @@ TEST_IMPL(udp_dual_stack) {
   if (!can_ipv6())
     RETURN_SKIP("IPv6 not supported");
 
-#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
-  if (!can_ipv6_ipv4_dual())
     RETURN_SKIP("IPv6-IPv4 dual stack not supported");
-#endif
 
   do_test(ipv6_recv_ok, 0);
 
