aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/get_update_wildcard.txt
blob: bfa47a2a4cc07f6e3c23305148237ca3db7e7adf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Issue 14450: go get -u .../ tried to import not downloaded package

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

go get github.com/tmwh/go-get-issue-14450/a
! go get -u .../
stderr 'cannot find package.*d-dependency/e'

# Even though get -u failed, the source for others should be downloaded.
exists github.com/tmwh/go-get-issue-14450/b
exists github.com/tmwh/go-get-issue-14450-b-dependency/c
exists github.com/tmwh/go-get-issue-14450-b-dependency/d

! exists github.com/tmwh/go-get-issue-14450-c-dependency/e