Skip to content

Commit 53a9389

Browse files
psilva261rafael2k
authored andcommitted
net: skip IPv6->IPv4 test on Plan 9
1 parent cc92caf commit 53a9389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/udpsock_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ func TestIPv6WriteMsgUDPAddrPortTargetAddrIPVersion(t *testing.T) {
679679
}
680680

681681
switch runtime.GOOS {
682-
case "dragonfly", "openbsd":
682+
case "dragonfly", "openbsd", "plan9":
683683
// DragonflyBSD's IPv6 sockets are always IPv6-only, according to the man page:
684684
// https://www.dragonflybsd.org/cgi/web-man?command=ip6 (search for IPV6_V6ONLY).
685685
// OpenBSD's IPv6 sockets are always IPv6-only, according to the man page:

0 commit comments

Comments
 (0)