]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testcarchive: rewrite test from bash to Go
authorIan Lance Taylor <iant@golang.org>
Wed, 23 Mar 2016 01:17:43 +0000 (18:17 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 23 Mar 2016 02:08:49 +0000 (02:08 +0000)
commitbac0005ec77994b093c51e29f630125130c99b98
tree0f0bf01cf089aa992de4b5528053a6c682daa7a8
parentbafa0275db7cc3adf8b819eaf6fabbda2d783371
misc/cgo/testcarchive: rewrite test from bash to Go

This is to support https://golang.org/cl/18057, which is going to add
Windows support to this directory.  Better to write the test in Go then
to have both test.bash and test.bat.

Update #13494.

Change-Id: I4af7004416309e885049ee60b9470926282f210d
Reviewed-on: https://go-review.googlesource.com/20892
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/cgo/testcarchive/carchive_test.go [new file with mode: 0644]
misc/cgo/testcarchive/test.bash [deleted file]
src/cmd/dist/test.go