]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: set GO111MODULE=off explicitly in TestScript/list_test_err
authorBryan C. Mills <bcmills@google.com>
Mon, 11 Mar 2019 14:41:50 +0000 (10:41 -0400)
committerBryan C. Mills <bcmills@google.com>
Mon, 11 Mar 2019 15:14:38 +0000 (15:14 +0000)
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 <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/testdata/script/list_test_err.txt

index 42805c98821fa623f9aeba1004bf8e40aefd1e26..a174b5e9ad282c5e6f3145d1a611588113765609 100644 (file)
@@ -1,3 +1,5 @@
+env GO111MODULE=off
+
 # issue 28491: errors in test source files should not prevent
 # "go list -test" from returning useful information.