From 8404e6184256e2d580cbd1c97cb5859c625b99f7 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Wed, 28 May 2008 08:15:57 -0400 Subject: Revert "testsuite: use catch{close}catch{wait} to ensure child process pipe/zombie cleanup" This reverts commit 7938bd829dfd82c40b35d536b5913e666c1454d2. --- 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 505b9836..48f994a5 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 } - closewait + wait if {$ok > 10} { pass $test } else { fail $test } } @@ -24,7 +24,7 @@ if {! [installtest_p]} { untested $test } else { timeout { fail "$test (timeout)" } eof } - closewait + wait if {$ok > 10} { pass $test } else { fail $test } } -- cgit