From: Jay Conrod Date: Thu, 8 Apr 2021 21:03:18 +0000 (-0400) Subject: cmd/go: fix mod_list_update_nolatest on windows X-Git-Tag: go1.17beta1~761 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5811605df9011ae415b25be70045ed7a302a5e37;p=gostls13.git cmd/go: fix mod_list_update_nolatest on windows Fixes #45456 Change-Id: I7d313d7fbe29813f2abb062b6feec43280c2d283 Reviewed-on: https://go-review.googlesource.com/c/go/+/308653 Trust: Jay Conrod Run-TryBot: Jay Conrod TryBot-Result: Go Bot Reviewed-by: Bryan C. Mills --- diff --git a/src/cmd/go/testdata/script/mod_list_update_nolatest.txt b/src/cmd/go/testdata/script/mod_list_update_nolatest.txt index 6d00f8ce1e..c6bbbb04ec 100644 --- a/src/cmd/go/testdata/script/mod_list_update_nolatest.txt +++ b/src/cmd/go/testdata/script/mod_list_update_nolatest.txt @@ -6,7 +6,7 @@ # but has no /@latest (410) because the go.mod at the tip of the default # branch has a different major version suffix. env testproxy=$GOPROXY -env GOPROXY=file://$WORK/proxy +env GOPROXY=file:///$WORK/proxy env GOSUMDB=off # If the proxy does not return a list of versions (404/410)