aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/list_symlink_internal.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/testdata/script/list_symlink_internal.txt')
-rw-r--r--src/cmd/go/testdata/script/list_symlink_internal.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/go/testdata/script/list_symlink_internal.txt b/src/cmd/go/testdata/script/list_symlink_internal.txt
index e538072b33..f756a56a3f 100644
--- a/src/cmd/go/testdata/script/list_symlink_internal.txt
+++ b/src/cmd/go/testdata/script/list_symlink_internal.txt
@@ -1,4 +1,5 @@
[!symlink] skip
+env GO111MODULE=off
mkdir $WORK/tmp/gopath/src/dir1/internal/v
cp p.go $WORK/tmp/gopath/src/dir1/p.go
@@ -23,4 +24,4 @@ import _ `dir1/internal/v`
func main() {}
-- v.go --
-package v \ No newline at end of file
+package v