]> Cypherpunks repositories - gostls13.git/commit
cmd/go: make files copied from GOROOT writable in TestNewReleaseRebuildsStalePackages...
authorBryan C. Mills <bcmills@google.com>
Tue, 19 Nov 2019 18:36:39 +0000 (13:36 -0500)
committerBryan C. Mills <bcmills@google.com>
Tue, 19 Nov 2019 19:14:35 +0000 (19:14 +0000)
commit39b44e88afc85bfcf18d49478ba914e1529e9527
treeb74d3fe0036f33316113b0a37846300084e8b4d4
parent8608733e93456ec6665c6b5c90691ae8a3af7b31
cmd/go: make files copied from GOROOT writable in TestNewReleaseRebuildsStalePackagesInGOPATH

The whole point of copying these files is so that we can modify them.

Updates #30316

Change-Id: Iaba7ddec5159078f2c3d3451cbab363365b15c9d
Reviewed-on: https://go-review.googlesource.com/c/go/+/207963
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