]> Cypherpunks repositories - gostls13.git/commit
net: allow concurrent UNIX socket tests if TMPDIR is unique.
authorAlbert Strasheim <fullung@gmail.com>
Mon, 11 Mar 2013 17:24:52 +0000 (13:24 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 11 Mar 2013 17:24:52 +0000 (13:24 -0400)
commit2f0a970bde799031fcbe756644fa8c7ed5fb4ef1
treedd7a71d67ae1a2ab884f660ca3b8c202746a5275
parentbe262ce28b9d9ab248c8f16723f021177c284117
net: allow concurrent UNIX socket tests if TMPDIR is unique.

Only clever enough to allow concurrent stress testing.

R=mikioh.mikioh, rsc
CC=golang-dev
https://golang.org/cl/7703044
src/pkg/net/server_test.go