diff options
author | David Smith <dsmith@redhat.com> | 2009-09-28 15:18:58 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2009-09-28 15:18:58 -0500 |
commit | 378e78575a79f55233cdcfa6118822bbe33d32e9 (patch) | |
tree | 5631a8fad79242db03384858764d4c0cd4e7985c | |
parent | b43003da95ab195b4d486b5cb1a1f32db85da04a (diff) | |
download | systemtap-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.exp | 3 |
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} |