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