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