From 6ede93498c664c33f84f1ab7f81dc15d6444f2f0 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Tue, 10 Dec 2013 12:06:24 +1100 Subject: [PATCH] misc/cgo/testcdefs: rm correct file in test.bash R=golang-dev, rsc CC=golang-dev https://golang.org/cl/39780043 --- misc/cgo/testcdefs/test.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cgo/testcdefs/test.bash b/misc/cgo/testcdefs/test.bash index 1a14ad35c6..01621a49ac 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 -- 2.48.1