]> Cypherpunks repositories - gostls13.git/commit
cmd/go: avoid race on test environment
authorIan Lance Taylor <iant@golang.org>
Tue, 16 Feb 2016 15:13:10 +0000 (07:13 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 16 Feb 2016 22:02:56 +0000 (22:02 +0000)
commitaa22c42d704f9c6d9d8e65f972ac819678629ff2
tree16b7ab149d085954ec81ab3f23ec44c9da0515ab
parent7c22af830a72adf30b18ee3d1744aab8e3c009a8
cmd/go: avoid race on test environment

Fixes #14337.

Change-Id: I58aef7e08d936b0712da577dd1ce5c9ed5d8bfd2
Reviewed-on: https://go-review.googlesource.com/19513
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/dist/test.go
src/cmd/go/go_test.go
src/cmd/go/main.go