--- libgo/go/net/main_test.go.orig 2020-03-04 19:30:03.000000000 +1100 +++ libgo/go/net/main_test.go 2020-09-08 13:25:15.714905000 +1000 @@ -131,7 +131,7 @@ {"udp6", "[" + addr + "%" + ifi.Name + "]:0", false}, }...) switch runtime.GOOS { - case "darwin", "dragonfly", "freebsd", "openbsd", "netbsd": + case "bsdsunix", "darwin", "dragonfly", "freebsd", "openbsd", "netbsd": ipv6LinkLocalUnicastTCPTests = append(ipv6LinkLocalUnicastTCPTests, []ipv6LinkLocalUnicastTest{ {"tcp", "[localhost%" + ifi.Name + "]:0", true}, {"tcp6", "[localhost%" + ifi.Name + "]:0", true},