mirror of https://github.com/golang/go.git
net: enable unixpacket tests on openbsd
Change-Id: I0e1519d429a295faa70013687d6faf2f5ce0be24 Reviewed-on: https://go-review.googlesource.com/9713 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
fe3446bda2
commit
087d5c08f8
|
|
@ -40,7 +40,7 @@ func testableNetwork(network string) bool {
|
|||
}
|
||||
case "unixpacket":
|
||||
switch runtime.GOOS {
|
||||
case "android", "darwin", "nacl", "openbsd", "plan9", "windows":
|
||||
case "android", "darwin", "nacl", "plan9", "windows":
|
||||
fallthrough
|
||||
case "freebsd": // FreeBSD 8 and below don't support unixpacket
|
||||
return false
|
||||
|
|
|
|||
Loading…
Reference in New Issue