]> Cypherpunks repositories - gostls13.git/commit
cmd/go: convert TestInstallIntoGOPATH to a script test
authorBryan C. Mills <bcmills@google.com>
Mon, 18 Nov 2019 16:32:51 +0000 (11:32 -0500)
committerBryan C. Mills <bcmills@google.com>
Mon, 18 Nov 2019 21:48:52 +0000 (21:48 +0000)
commit4e39dd2ec331054a4bb8ae6056238fb806c4946f
tree9a7193de4c183acb7ae47e7aeda7bb6df1c4d917
parent93d7034b1586679b6215e4ebb6fe850de6673a90
cmd/go: convert TestInstallIntoGOPATH to a script test

Also convert associated tests of GOPATH and 'go install' so that we
can remove the corresponding source file from testdata/src.

Updates #28387
Updates #30316

Change-Id: Id8c2fde4dc88954b29aefe71c9fa7e974a2ca932
Reviewed-on: https://go-review.googlesource.com/c/go/+/207605
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/go_test.go
src/cmd/go/script_test.go
src/cmd/go/testdata/script/README
src/cmd/go/testdata/script/gopath_install.txt [new file with mode: 0644]
src/cmd/go/testdata/script/gopath_paths.txt [new file with mode: 0644]
src/cmd/go/testdata/src/go-cmd-test/helloworld.go [deleted file]