]> Cypherpunks repositories - gostls13.git/commit
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)
committerIan Lance Taylor <iant@golang.org>
Wed, 11 Oct 2017 14:45:43 +0000 (14:45 +0000)
commit862b78e1553a56adbc9117c2584ce5582f055b30
tree3ceaf2b134caa68040e2c5cd849f36893a63c141
parent1ec78d1dd1bbf2605b0723952a8d30b53ae9f279
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/internal/get/vcs.go