summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.printf/end1b.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.printf/end1b.exp')
-rw-r--r--testsuite/systemtap.printf/end1b.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.printf/end1b.exp b/testsuite/systemtap.printf/end1b.exp
index bea5736e..46cdc9c7 100644
--- a/testsuite/systemtap.printf/end1b.exp
+++ b/testsuite/systemtap.printf/end1b.exp
@@ -16,8 +16,8 @@ if {[catch {exec mktemp -t staptestXXXXXX} tmpfile]} {
}
if {[catch {exec stap -b -o $tmpfile $test} res]} {
- untested $TEST_NAME
puts "stap failed: $res"
+ fail $TEST_NAME
as_root "/bin/rm -f [glob ${tmpfile}*]"
return
}