From 5811605df9011ae415b25be70045ed7a302a5e37 Mon Sep 17 00:00:00 2001 From: Jay Conrod Date: Thu, 8 Apr 2021 17:03:18 -0400 Subject: [PATCH] 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 --- src/cmd/go/testdata/script/mod_list_update_nolatest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.0