aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_download_partial.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/testdata/script/mod_download_partial.txt')
-rw-r--r--src/cmd/go/testdata/script/mod_download_partial.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/go/testdata/script/mod_download_partial.txt b/src/cmd/go/testdata/script/mod_download_partial.txt
index 8d31970160..0aab60ddaf 100644
--- a/src/cmd/go/testdata/script/mod_download_partial.txt
+++ b/src/cmd/go/testdata/script/mod_download_partial.txt
@@ -46,7 +46,6 @@ rm $GOPATH/pkg/mod/rsc.io/quote@v1.5.2/go.mod
# 'go mod download' should not leave behind a directory or a .partial file
# if there is an error extracting the zip file.
-env GODEBUG=modcacheunzipinplace=1
rm $GOPATH/pkg/mod/rsc.io/quote@v1.5.2
cp empty $GOPATH/pkg/mod/cache/download/rsc.io/quote/@v/v1.5.2.zip
! go mod download