From 7938bd829dfd82c40b35d536b5913e666c1454d2 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 27 May 2008 17:40:00 -0400 Subject: testsuite: use catch{close}catch{wait} to ensure child process pipe/zombie cleanup --- testsuite/systemtap.base/prologues.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/systemtap.base/prologues.exp') diff --git a/testsuite/systemtap.base/prologues.exp b/testsuite/systemtap.base/prologues.exp index 48f994a5..505b9836 100644 --- a/testsuite/systemtap.base/prologues.exp +++ b/testsuite/systemtap.base/prologues.exp @@ -9,7 +9,7 @@ if {! [installtest_p]} { untested $test } else { timeout { fail "$test (timeout)" } eof } - wait + closewait if {$ok > 10} { pass $test } else { fail $test } } @@ -24,7 +24,7 @@ if {! [installtest_p]} { untested $test } else { timeout { fail "$test (timeout)" } eof } - wait + closewait if {$ok > 10} { pass $test } else { fail $test } } -- cgit