summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/arith.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.base/arith.exp')
-rw-r--r--testsuite/systemtap.base/arith.exp2
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" }