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