Skip to content

Commit

Permalink
misc/cgo/testcshared: don't leave garbages after test
Browse files Browse the repository at this point in the history
Change-Id: I668b18b1e6901c59cf170e0c1cde9a3923c0cb13
Reviewed-on: https://go-review.googlesource.com/11472
Reviewed-by: David Crawshaw <[email protected]>
  • Loading branch information
cixtor committed Jun 25, 2015
1 parent 751eef8 commit fe1cecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/cgo/testcshared/test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit fe1cecf

Please sign in to comment.