summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.syscall/syscall.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.syscall/syscall.exp')
-rw-r--r--testsuite/systemtap.syscall/syscall.exp2
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}
}
}
}