diff options
author | hunt <hunt> | 2007-04-10 14:37:44 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-04-10 14:37:44 +0000 |
commit | 3d1f0c8fa10174815920ed3568bd816bd488f62f (patch) | |
tree | 8123d5a260765eb233632fb8b013e8c609de50cb /testsuite/systemtap.syscall/syscall.exp | |
parent | 424a3fb3425924df0ca31c881638e69f696c362b (diff) | |
download | systemtap-steved-3d1f0c8fa10174815920ed3568bd816bd488f62f.tar.gz systemtap-steved-3d1f0c8fa10174815920ed3568bd816bd488f62f.tar.xz systemtap-steved-3d1f0c8fa10174815920ed3568bd816bd488f62f.zip |
2007-04-10 Martin Hunt <hunt@redhat.com>
* syscall.exp (test_procedure): Remove
test binaries when done.
Diffstat (limited to 'testsuite/systemtap.syscall/syscall.exp')
-rw-r--r-- | testsuite/systemtap.syscall/syscall.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/systemtap.syscall/syscall.exp b/testsuite/systemtap.syscall/syscall.exp index eb925a29..a418ac9e 100644 --- a/testsuite/systemtap.syscall/syscall.exp +++ b/testsuite/systemtap.syscall/syscall.exp @@ -21,6 +21,7 @@ proc test_procedure {} { fail "$file" send_log "$res\n" } + catch {exec rm -f $wd/$file} } if {$::tcl_platform(machine) == "x86_64" || @@ -41,6 +42,7 @@ proc test_procedure {} { fail "32-bit $file" send_log "$res\n" } + catch {exec rm -f $wd/$file} } } } |