]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix TestExecutableGOROOT on Windows
authorIan Lance Taylor <iant@golang.org>
Fri, 12 May 2017 14:11:53 +0000 (07:11 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 12 May 2017 14:26:32 +0000 (14:26 +0000)
commitdddd1dd481c98c85c1e2b05ff51679db4338d6e5
tree4b3fd93c08f6dc48218aaa55d3f0326f9386d407
parent22538477a3cceb4f03b7c44cad6fe19e9e9e06b3
cmd/go: fix TestExecutableGOROOT on Windows

On Windows the drive letter is sometime "c:" and sometimes "C:".

Fixes #20336.

Change-Id: I38c86999af9522c51470d60016729d41cfec6b25
Reviewed-on: https://go-review.googlesource.com/43390
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/go_test.go