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:37:00 +0000
commitaaef93bba34740d793e987d95355feb312f01cfd (patch)
tree9220f1cc6cdbdc5c33025f87ea62e6f41c8afbbf
parentc88ae12aee33bf5b7ddcd002fdf1ab77ee796c7e (diff)
downloadgo-aaef93bba34740d793e987d95355feb312f01cfd.tar.gz
go-aaef93bba34740d793e987d95355feb312f01cfd.zip
[release-branch.go1.15] cmd/go: fix mod_get_fallback test
Fixes #43797 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/+/284799
-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 a9834a324e2..9733fa366be 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'