]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: delete moved_goroot test
authorAustin Clements <austin@google.com>
Fri, 19 May 2023 20:58:37 +0000 (16:58 -0400)
committerBryan Mills <bcmills@google.com>
Fri, 19 May 2023 21:43:49 +0000 (21:43 +0000)
commit49ad23a6d23d6cc1666c22e4bc215f25f717b569
treefafea3a878ad1b46b0651924abd845592e71fc38
parent29d5272da8ca0ba8291ba8c83ed8bb5c802a1d9e
cmd/dist: delete moved_goroot test

This test is largely obviated by the goroot_executable and
list_goroot_symlink cmd/go script tests. It's the last user of several
special-case features in cmd/dist and runs only under a fairly
constrained set of conditions (including only running on builders, not
locally). Delete it.

Change-Id: Icc744e3f9f04813bfd0cad2ef3e88e42617ecf5b
Reviewed-on: https://go-review.googlesource.com/c/go/+/496519
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Austin Clements <austin@google.com>
src/cmd/dist/test.go