summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2009-09-28 15:18:58 -0500
committerDavid Smith <dsmith@redhat.com>2009-09-28 15:18:58 -0500
commit378e78575a79f55233cdcfa6118822bbe33d32e9 (patch)
tree5631a8fad79242db03384858764d4c0cd4e7985c
parentb43003da95ab195b4d486b5cb1a1f32db85da04a (diff)
downloadsystemtap-steved-378e78575a79f55233cdcfa6118822bbe33d32e9.tar.gz
systemtap-steved-378e78575a79f55233cdcfa6118822bbe33d32e9.tar.xz
systemtap-steved-378e78575a79f55233cdcfa6118822bbe33d32e9.zip
Better cleanup.
* testsuite/systemtap.base/cmd_parse.exp: Remove temporary module.
-rw-r--r--testsuite/systemtap.base/cmd_parse.exp3
1 files changed, 2 insertions, 1 deletions
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}