]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix test for issue 8181
authorRuss Cox <rsc@golang.org>
Fri, 19 Jun 2015 18:43:09 +0000 (14:43 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 22 Jun 2015 16:44:46 +0000 (16:44 +0000)
commit794c01b8b42e436e9e73dae9c078e9ca2827d115
tree9d725623ca3a5f3ce9d359e2e1205c91b32fcfbd
parent1be335b6086bbf5a6c37e62fbf0440ef115a0a5a
cmd/go: fix test for issue 8181

The test was translated from shell incorrectly,
and it depended on having hg installed, which
may not be the case.

Moved repo to GitHub, updated code, and fixed
go list ... command to be expected to succeed.

Fixes test for #8181.

Change-Id: I7f3e8fb20cd16cac5ed24de6fd952003bc5e08d4
Reviewed-on: https://go-review.googlesource.com/11301
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/go_test.go