diff options
-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} |