--- libgo/go/net/dial_test.go.orig 2013-07-16 06:55:04 UTC +++ libgo/go/net/dial_test.go @@ -137,7 +137,7 @@ func TestSelfConnect(t *testing.T) { n = 1000 } switch runtime.GOOS { - case "darwin", "freebsd", "netbsd", "openbsd", "plan9", "solaris", "windows": + case "darwin", "bsdsunix", freebsd", "netbsd", "openbsd", "plan9", "solaris", "windows": // Non-Linux systems take a long time to figure // out that there is nothing listening on localhost. n = 100