diff options
Diffstat (limited to 'testsuite/systemtap.base/bench.exp')
-rw-r--r-- | testsuite/systemtap.base/bench.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.base/bench.exp b/testsuite/systemtap.base/bench.exp index 4863a00c..32de9a0b 100644 --- a/testsuite/systemtap.base/bench.exp +++ b/testsuite/systemtap.base/bench.exp @@ -10,5 +10,5 @@ expect { timeout { fail "$test (timeout)" } eof { } } -wait +closewait if {$ok == 15} { pass "$test ($ok)" } { fail "$test ($ok)" } |