]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix TestVendorRun when $GOROOT is inside a symlinked path
authorRuss Cox <rsc@golang.org>
Tue, 14 Jul 2015 19:15:37 +0000 (15:15 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 15 Jul 2015 04:30:13 +0000 (04:30 +0000)
commit9adf684686bad7c6319080d0b1da8308a77b08c9
treeded1e63fd88378a76c32e1808da8e4423decfd8d
parent4325a9ee2ae57e395779b96f3bd55d21e01eee88
cmd/go: fix TestVendorRun when $GOROOT is inside a symlinked path

Fixes #11305.

Change-Id: Icaa3a009aa4ab214c9aaf74f52c3e622fa266a9d
Reviewed-on: https://go-review.googlesource.com/12194
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/go_test.go