mirror of https://github.com/golang/go.git
misc/cgo/testcshared: don't leave garbages after test
Change-Id: I668b18b1e6901c59cf170e0c1cde9a3923c0cb13 Reviewed-on: https://go-review.googlesource.com/11472 Reviewed-by: David Crawshaw <crawshaw@golang.org>
This commit is contained in:
parent
751eef83e0
commit
fe1cecfaec
|
|
@ -28,7 +28,7 @@ fi
|
|||
androidpath=/data/local/tmp/testcshared-$$
|
||||
|
||||
function cleanup() {
|
||||
rm -rf libgo.so libgo2.so libgo.h testp testp2 testp3 pkg
|
||||
rm -rf libgo.$libext libgo2.$libext libgo.h testp testp2 testp3 pkg
|
||||
|
||||
rm -rf $(go env GOROOT)/${installdir}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue