From 65a54aef5bedbf8035a465d12ad54783fb81e957 Mon Sep 17 00:00:00 2001 From: "Bryan C. Mills" Date: Mon, 11 Mar 2019 10:41:50 -0400 Subject: [PATCH] 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 --- src/cmd/go/testdata/script/list_test_err.txt | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.50.0