From fe1cecfaecf6019928bbc340266a2fadd8f23b2a Mon Sep 17 00:00:00 2001 From: Mikio Hara Date: Thu, 25 Jun 2015 11:33:48 +0900 Subject: [PATCH] misc/cgo/testcshared: don't leave garbages after test Change-Id: I668b18b1e6901c59cf170e0c1cde9a3923c0cb13 Reviewed-on: https://go-review.googlesource.com/11472 Reviewed-by: David Crawshaw --- misc/cgo/testcshared/test.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cgo/testcshared/test.bash b/misc/cgo/testcshared/test.bash index 4d3cbccc74..57221bc36d 100755 --- a/misc/cgo/testcshared/test.bash +++ b/misc/cgo/testcshared/test.bash @@ -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} -- 2.50.0