]> Cypherpunks repositories - gostls13.git/commit
misc: ensure that test overlay directories are writable
authorBryan C. Mills <bcmills@google.com>
Mon, 11 Nov 2019 16:36:36 +0000 (11:36 -0500)
committerBryan C. Mills <bcmills@google.com>
Mon, 11 Nov 2019 17:59:46 +0000 (17:59 +0000)
commit6375fe4b9e5656e0ac7a46752ec2a997dd62d370
treefe4e4668db9033a892322ded97cd1fd32a99dc5d
parent70be4819a47263055040d6beb5c0b1b31487f52c
misc: ensure that test overlay directories are writable

Otherwise, the test cannot create new files in the directory.

Updates #32407
Updates #30316

Change-Id: Ief0df94a202be92f57d458d4ab4e4daa9ec189b1
Reviewed-on: https://go-review.googlesource.com/c/go/+/206458
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/cgo/life/overlaydir_test.go
misc/cgo/stdio/overlaydir_test.go
misc/cgo/test/overlaydir_test.go
misc/cgo/testcarchive/overlaydir_test.go
misc/cgo/testcshared/overlaydir_test.go
misc/cgo/testplugin/overlaydir_test.go
misc/cgo/testshared/overlaydir_test.go
misc/cgo/testso/overlaydir_test.go
misc/cgo/testsovar/overlaydir_test.go
misc/reboot/overlaydir_test.go