]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/x86: look for go cmd in GOBIN if present.
authorDaniel Theophanes <kardianos@gmail.com>
Fri, 10 Apr 2015 04:11:16 +0000 (21:11 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 10 Apr 2015 04:57:00 +0000 (04:57 +0000)
commita2a8a0468a40e1c0be861c4d47bda8388bc3402e
treef17628db52222824eb55e1604be034564ba881de
parentfae4a128cb5570c6caccf4b4f2b92d118db1c775
cmd/internal/obj/x86: look for go cmd in GOBIN if present.

If GOBIN is not empty the build moves the go executable
to a new path. When this test runs it fails to find the
go cmd in the GOROOT.

Change-Id: I100def0fbcb9691b13776f795b1d1725e36d8102
Reviewed-on: https://go-review.googlesource.com/8735
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/internal/obj/x86/obj6_test.go