From: Bryan C. Mills Date: Mon, 11 Mar 2019 14:41:50 +0000 (-0400) Subject: cmd/go: set GO111MODULE=off explicitly in TestScript/list_test_err X-Git-Tag: go1.13beta1~1110 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=65a54aef5bedbf8035a465d12ad54783fb81e957;p=gostls13.git cmd/go: set GO111MODULE=off explicitly in TestScript/list_test_err This test was added after CL 162697. Updates #30228 Change-Id: Ia33ad3adc99e53b0b03e68906dc1f2e39234e2cf Reviewed-on: https://go-review.googlesource.com/c/go/+/166697 Run-TryBot: Bryan C. Mills TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- diff --git a/src/cmd/go/testdata/script/list_test_err.txt b/src/cmd/go/testdata/script/list_test_err.txt index 42805c9882..a174b5e9ad 100644 --- a/src/cmd/go/testdata/script/list_test_err.txt +++ b/src/cmd/go/testdata/script/list_test_err.txt @@ -1,3 +1,5 @@ +env GO111MODULE=off + # issue 28491: errors in test source files should not prevent # "go list -test" from returning useful information.