]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix TestShadowingLogic fails when GOROOT path has spaces
authorChristopher Nelson <nadiasvertex@gmail.com>
Tue, 15 Mar 2016 13:14:22 +0000 (09:14 -0400)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 18 Mar 2016 01:12:06 +0000 (01:12 +0000)
commite4d489a85fd1825ddcc6c1ffda52fb9e75ad01b4
treeec2d25339d23c0d80e47a5ed21ac91cbd1b7975e
parent09a9ce60c7014ddff97690bf023ac5b2bfc142c7
cmd/go: fix TestShadowingLogic fails when GOROOT path has spaces

Improve the test by also translating " " to "_".

Fixes #14671.

Change-Id: Ie5997934b93c7663d7b8432244fad47bb5d3ffbe
Reviewed-on: https://go-review.googlesource.com/20714
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/go_test.go