]> Cypherpunks.ru repositories - gostls13.git/commit
[release-branch.go1.9] 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 20:23:27 +0000 (20:23 +0000)
commit39d4bb9c0f3ac3f87de64b069ea176595e39d46c
tree7b352f898b548f039a017e8471319eb467f8f60b
parentbfc22319aa349f014a34d73cff074bf3cce0df9c
[release-branch.go1.9] 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/70984
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/go_test.go
src/cmd/go/internal/get/vcs.go