]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.8] cmd/go: correct directory used in checkNestedVCS test
authorIan Lance Taylor <iant@golang.org>
Tue, 10 Oct 2017 21:10:28 +0000 (14:10 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 20 Oct 2017 16:39:14 +0000 (12:39 -0400)
commit179d09dd07d1faed24d842e84833cf207943ecda
tree6ce84be8c62e04d9069da5c8faebe47b7c275d17
parentc3a62a2c6bbfe06592d442a6844d12ab45bf7a54
[release-branch.go1.8] cmd/go: correct directory used in checkNestedVCS test

This error was not used when using git because nested git is permitted.
Add test using Mercurial, so that at least we have a test, even though
the test is not run by default.

Fixes #22157
Fixes #22201

Change-Id: If521f3c09b0754e00e56fa3cd0364764a57a43ad
Reviewed-on: https://go-review.googlesource.com/69670
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/go_test.go
src/cmd/go/vcs.go