diff options
author | hiramatu <hiramatu> | 2008-02-06 17:30:41 +0000 |
---|---|---|
committer | hiramatu <hiramatu> | 2008-02-06 17:30:41 +0000 |
commit | 3f545051d7334d4afcc95cca9f9de33a07462f44 (patch) | |
tree | e3e1421c5ebbf64e1c37c8792bae9b7c27055720 /testsuite/systemtap.base/procfs.exp | |
parent | 61e4ec4c74b7571ade18f93c5afdd40ac3d124af (diff) | |
download | systemtap-steved-3f545051d7334d4afcc95cca9f9de33a07462f44.tar.gz systemtap-steved-3f545051d7334d4afcc95cca9f9de33a07462f44.tar.xz systemtap-steved-3f545051d7334d4afcc95cca9f9de33a07462f44.zip |
2008-02-06 Masami Hiramatsu <mhiramat@redhat.com>
* systemtap.base/procfs.exp: Added PROCFS.ko cleanup.
* systemtap.context/context.exp: Added cleanup call.
* systemtap.printf/end1b.exp: Passed evaluated command string to
as_root.
* systemtap.printf/mixed_outb.exp: Ditto.
* systemtap.printf/out1b.exp: Ditto.
* systemtap.printf/out2b.exp: Ditto.
* systemtap.printf/out3b.exp: Ditto.
Diffstat (limited to 'testsuite/systemtap.base/procfs.exp')
-rw-r--r-- | testsuite/systemtap.base/procfs.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/systemtap.base/procfs.exp b/testsuite/systemtap.base/procfs.exp index ac00acc6..182f1e2e 100644 --- a/testsuite/systemtap.base/procfs.exp +++ b/testsuite/systemtap.base/procfs.exp @@ -110,3 +110,5 @@ set systemtap_script { # test procfs probes set output_string "\\mfinal value = goodbye\\M\r\n" stap_run $test proc_read_write $output_string -e $systemtap_script -m $test + +exec /bin/rm -f ${test}.ko |