]> Cypherpunks repositories - gostls13.git/commit
cmd/go: convert DevNull tests to script tests
authorBryan C. Mills <bcmills@google.com>
Mon, 18 Nov 2019 17:35:55 +0000 (12:35 -0500)
committerBryan C. Mills <bcmills@google.com>
Mon, 18 Nov 2019 19:03:27 +0000 (19:03 +0000)
commit48989d519cbf2d7cb4a64de107f0471be67bcc3e
tree1328c33388b340173627c3f1a39dd92e57bf5916
parent9665be3a48aa3bc7a905e77760403d3751646ba9
cmd/go: convert DevNull tests to script tests

I'm hoping to eliminate testdata/src/go-cmd-test, so porting over
tests that assume its existence.

Updates #28387
Updates #30316

Change-Id: I20bae780a4eb87cc19cc1e8531b84ab4a8a3c255
Reviewed-on: https://go-review.googlesource.com/c/go/+/207608
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/go_test.go
src/cmd/go/testdata/script/devnull.txt [new file with mode: 0644]
src/cmd/go/testdata/script/test_devnull.txt [deleted file]