]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: fix mod_list_update_nolatest on windows
authorJay Conrod <jayconrod@google.com>
Thu, 8 Apr 2021 21:03:18 +0000 (17:03 -0400)
committerJay Conrod <jayconrod@google.com>
Thu, 8 Apr 2021 22:45:16 +0000 (22:45 +0000)
Fixes #45456

Change-Id: I7d313d7fbe29813f2abb062b6feec43280c2d283
Reviewed-on: https://go-review.googlesource.com/c/go/+/308653
Trust: Jay Conrod <jayconrod@google.com>
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/testdata/script/mod_list_update_nolatest.txt

index 6d00f8ce1e557b92b0bb882892ba428e8df0b037..c6bbbb04ec7268486fb45e47f80612c527054fcf 100644 (file)
@@ -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)