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