]> Cypherpunks repositories - gostls13.git/commit
net: move some Linux-specific tests to unixsock_linux_test.go file
authorIan Lance Taylor <iant@golang.org>
Tue, 26 Sep 2017 23:42:03 +0000 (16:42 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 28 Sep 2017 03:00:34 +0000 (03:00 +0000)
commit1591dad27484573ffee88a0c718c3d20da75fd54
treeaf1cbca9a4432c2fa78100197788e3b17170d769
parent39e523792e33a0bd9217161ca53c6c0cb2324a99
net: move some Linux-specific tests to unixsock_linux_test.go file

Also changed name from TestUnix... to TestUnixgram....

Updates #21965

Change-Id: I2833110b77e9fe1b28d4a15feb3d70453ab98d3b
Reviewed-on: https://go-review.googlesource.com/66333
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Mikio Hara <mikioh.mikioh@gmail.com>
Reviewed-by: Rob Pike <r@golang.org>
src/net/unixsock_linux_test.go [new file with mode: 0644]
src/net/unixsock_test.go