diff options
Diffstat (limited to 'testsuite/systemtap.samples/arith_limits.exp')
-rw-r--r-- | testsuite/systemtap.samples/arith_limits.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.samples/arith_limits.exp b/testsuite/systemtap.samples/arith_limits.exp index 93794c8e..b8b3d3d8 100644 --- a/testsuite/systemtap.samples/arith_limits.exp +++ b/testsuite/systemtap.samples/arith_limits.exp @@ -9,5 +9,5 @@ expect { timeout { fail "$test (timeout)" } eof { } } -wait +closewait if {$ok == 1} { pass "$test" } { fail "$test" } |