aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_missing_repo.txt
blob: 8dae85fa88d1508b724e2574b83c786621001d72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Regression test for golang.org/issue/34094: modules hosted within gitlab.com
# subgroups could not be fetched because the server returned bogus go-import
# tags for prefixes of the module path.

[!net] skip
[!exec:git] skip

env GO111MODULE=on
env GOPROXY=direct
env GOSUMDB=off

! go get -d vcs-test.golang.org/go/missingrepo/missingrepo-git
stderr 'vcs-test.golang.org/go/missingrepo/missingrepo-git: git ls-remote .*: exit status .*'

go get -d vcs-test.golang.org/go/missingrepo/missingrepo-git/notmissing