aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Conrod <jayconrod@google.com>2021-01-20 09:45:03 -0500
committerDmitri Shuralyov <dmitshur@golang.org>2021-01-20 16:35:50 +0000
commit123e3786917997a2249299439e836115c73a53c5 (patch)
treede92fc60404b1a90780e087bc5148791066cfb47
parentf1f01bfa33c16e2b668bdfdfbacbdba4dcec9c76 (diff)
downloadgo-123e3786917997a2249299439e836115c73a53c5.tar.gz
go-123e3786917997a2249299439e836115c73a53c5.zip
[release-branch.go1.14] cmd/go: fix mod_get_fallback test
Fixes #43796 Change-Id: I3d791d0ac9ce0b523c78c649aaf5e339a7f63b76 Reviewed-on: https://go-review.googlesource.com/c/go/+/284797 Trust: Jay Conrod <jayconrod@google.com> Run-TryBot: Jay Conrod <jayconrod@google.com> Reviewed-by: Bryan C. Mills <bcmills@google.com> TryBot-Result: Go Bot <gobot@golang.org> (cherry picked from commit be28e5abc5ddca0d6b2d8c91b7bb9c05717154e7) Reviewed-on: https://go-review.googlesource.com/c/go/+/284798
-rw-r--r--src/cmd/go/testdata/script/mod_get_fallback.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/go/testdata/script/mod_get_fallback.txt b/src/cmd/go/testdata/script/mod_get_fallback.txt
index a9834a324e..9733fa366b 100644
--- a/src/cmd/go/testdata/script/mod_get_fallback.txt
+++ b/src/cmd/go/testdata/script/mod_get_fallback.txt
@@ -6,5 +6,5 @@ env GOPROXY=https://proxy.golang.org,direct
env GOSUMDB=off
go get -x -v -d golang.org/x/tools/cmd/goimports
-stderr '# get https://proxy.golang.org/golang.org/x/tools/@latest'
+stderr '# get https://proxy.golang.org/golang.org/x/tools/@v/list'
! stderr '# get https://golang.org'