Skip to content

Commit fe1cecf

Browse files
author
Mikio Hara
committed
misc/cgo/testcshared: don't leave garbages after test
Change-Id: I668b18b1e6901c59cf170e0c1cde9a3923c0cb13 Reviewed-on: https://go-review.googlesource.com/11472 Reviewed-by: David Crawshaw <[email protected]>
1 parent 751eef8 commit fe1cecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

misc/cgo/testcshared/test.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fi
2828
androidpath=/data/local/tmp/testcshared-$$
2929

3030
function cleanup() {
31-
rm -rf libgo.so libgo2.so libgo.h testp testp2 testp3 pkg
31+
rm -rf libgo.$libext libgo2.$libext libgo.h testp testp2 testp3 pkg
3232

3333
rm -rf $(go env GOROOT)/${installdir}
3434

0 commit comments

Comments
 (0)