]> Cypherpunks repositories - gostls13.git/commit
cmd/go: set GOROOT when testing "go install cmd/fix"
authorAndrew Gerrand <adg@golang.org>
Tue, 17 Dec 2013 01:17:56 +0000 (12:17 +1100)
committerAndrew Gerrand <adg@golang.org>
Tue, 17 Dec 2013 01:17:56 +0000 (12:17 +1100)
commit1561230ca02e6e71afbf5f524fa89a4a5e3fab9a
treeb9110b0aa6a650b9dd977286127b6d3997aaeca6
parente962f8f1c6f69845130374cb040dd0284f78a943
cmd/go: set GOROOT when testing "go install cmd/fix"

This particular test would never pass unless you had GOROOT set in your
environment. This changes makes the test use the baked-in GOROOT, as it
does with GOOS and GOARCH.

R=golang-dev, dave, iant
CC=golang-dev
https://golang.org/cl/43080043
src/cmd/go/test.bash