From a2eab6ee228991f3ebfa5f628857ec6c703c85d1 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 27 May 2008 18:33:22 -0400 Subject: normalize test case PASS message --- testsuite/systemtap.samples/profile.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/systemtap.samples') 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 } -- cgit