mirror of https://github.com/golang/go.git
goinstall: fix test data
R=gri CC=golang-dev https://golang.org/cl/5519048
This commit is contained in:
parent
fd1322828c
commit
2c459f14e9
|
|
@ -31,7 +31,7 @@ var FindPublicRepoTests = []struct {
|
|||
"code.google.com/p/repo/path/foo",
|
||||
"svn",
|
||||
"code.google.com/p/repo",
|
||||
"https://repo.googlecode.com/svn",
|
||||
"http://repo.googlecode.com/svn",
|
||||
&testTransport{
|
||||
"https://code.google.com/p/repo/source/checkout",
|
||||
`<tt id="checkoutcmd">svn checkout https://...`,
|
||||
|
|
|
|||
Loading…
Reference in New Issue