summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuite/systemtap.samples/profile.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.samples/profile.exp b/testsuite/systemtap.samples/profile.exp
index dffac99d..da763053 100644
--- a/testsuite/systemtap.samples/profile.exp
+++ b/testsuite/systemtap.samples/profile.exp
@@ -12,4 +12,4 @@ expect {
#FIXME does not handle case of hanging primes.stp correctly
closewait
-if {$ok > 0} { pass "$test ($ok)" } { fail "$test" }
+if {$ok > 0} { pass $test } { fail $test }