]> Cypherpunks repositories - gostls13.git/commit
net: make unix connection tests more robust
authorMikio Hara <mikioh.mikioh@gmail.com>
Fri, 21 Dec 2012 05:19:33 +0000 (14:19 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Fri, 21 Dec 2012 05:19:33 +0000 (14:19 +0900)
commitebcaf081a7a58bbe0f7599aeb3e075202205f082
treefccb532c75dd2115e6f0d17de867de3113e1d63c
parent9ad03484034fba96cc8979c3dc95f288ce9f3b2f
net: make unix connection tests more robust

Avoids unlink the underlying file before the socket close.

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/7004044
src/pkg/net/conn_test.go
src/pkg/net/packetconn_test.go