summaryrefslogtreecommitdiff
path: root/misc/cgo/testcdefs/test.bash
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cgo/testcdefs/test.bash')
-rwxr-xr-xmisc/cgo/testcdefs/test.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cgo/testcdefs/test.bash b/misc/cgo/testcdefs/test.bash
index 1a14ad35c..01621a49a 100755
--- a/misc/cgo/testcdefs/test.bash
+++ b/misc/cgo/testcdefs/test.bash
@@ -12,5 +12,5 @@ done
go build . && ./testcdefs
EXIT=$?
-rm -rf _obj main *.h
+rm -rf _obj testcdefs *.h
exit $EXIT