]> Cypherpunks repositories - gostls13.git/commitdiff
net: enable unixpacket tests on openbsd
authorMikio Hara <mikioh.mikioh@gmail.com>
Sun, 3 May 2015 14:29:34 +0000 (23:29 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Wed, 6 May 2015 00:31:58 +0000 (00:31 +0000)
Change-Id: I0e1519d429a295faa70013687d6faf2f5ce0be24
Reviewed-on: https://go-review.googlesource.com/9713
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/platform_test.go

index a1e766dbcd62fa50c11fad21bb6912d8da6fa7fc..eb680b8e340296c6a7d100f613d7bf6c6922fc31 100644 (file)
@@ -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