]> 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>
Wed, 25 Oct 2017 18:57:06 +0000 (18:57 +0000)
commit533ee44cd45c064608ee2b833af9e86ef1cb294e
tree6ce84be8c62e04d9069da5c8faebe47b7c275d17
parent8093678ae101efe17103b2b64260a3051253d852
[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>
Reviewed-on: https://go-review.googlesource.com/70839
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/go_test.go
src/cmd/go/vcs.go