From 378e78575a79f55233cdcfa6118822bbe33d32e9 Mon Sep 17 00:00:00 2001 From: David Smith Date: Mon, 28 Sep 2009 15:18:58 -0500 Subject: Better cleanup. * testsuite/systemtap.base/cmd_parse.exp: Remove temporary module. --- testsuite/systemtap.base/cmd_parse.exp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuite/systemtap.base') diff --git a/testsuite/systemtap.base/cmd_parse.exp b/testsuite/systemtap.base/cmd_parse.exp index b9c6fbac..aaf3a5fd 100644 --- a/testsuite/systemtap.base/cmd_parse.exp +++ b/testsuite/systemtap.base/cmd_parse.exp @@ -157,6 +157,7 @@ expect { } wait;catch {close} - # NB: when adding extra tests here, increment the ![installtest_p] # loop count too at the top. + +catch {exec rm -f do_not_cache_me.ko} -- cgit