summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-05-27 18:33:22 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-05-27 18:33:22 -0400
commita2eab6ee228991f3ebfa5f628857ec6c703c85d1 (patch)
treef9f1b068302ce3b80d250a27b7a63782cf893f5f
parent7938bd829dfd82c40b35d536b5913e666c1454d2 (diff)
downloadsystemtap-steved-a2eab6ee228991f3ebfa5f628857ec6c703c85d1.tar.gz
systemtap-steved-a2eab6ee228991f3ebfa5f628857ec6c703c85d1.tar.xz
systemtap-steved-a2eab6ee228991f3ebfa5f628857ec6c703c85d1.zip
normalize test case PASS message
-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 }