]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testgodefs: convert test from bash to Go
authorBryan C. Mills <bcmills@google.com>
Wed, 13 Nov 2019 17:25:09 +0000 (12:25 -0500)
committerBryan C. Mills <bcmills@google.com>
Wed, 13 Nov 2019 20:53:39 +0000 (20:53 +0000)
commit49e05d4f91771fc6f090238a6a8c5f1796b01afe
tree3c7badb3a5ed2ca77e507fb36d380492fc27d69f
parent7ad27481f84dbf325ee348831ed0f95dbf04094e
misc/cgo/testgodefs: convert test from bash to Go

The bash version of the test wrote intermediate files to its testdata directory.

Updates #28387
Updates #30316
Fixes #35536

Change-Id: Ib81b547d3c43e90df713a2172c8f399fefb53c68
Reviewed-on: https://go-review.googlesource.com/c/go/+/206901
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/cgo/testgodefs/test.bash [deleted file]
misc/cgo/testgodefs/testgodefs_test.go [new file with mode: 0644]
src/cmd/dist/test.go