From 7400d8415cfd71cbe4ab732d99bdbaeab13698b5 Mon Sep 17 00:00:00 2001 From: David Smith Date: Tue, 30 Oct 2012 09:54:53 -0500 Subject: [PATCH] Added small fix for testsuite/systemtap.base/hash_add_buildid.exp. * testsuite/systemtap.base/hash_add_buildid.exp: Wait for eu-readelf to finish to avoid a zombie process. --- testsuite/systemtap.base/hash_add_buildid.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/systemtap.base/hash_add_buildid.exp b/testsuite/systemtap.base/hash_add_buildid.exp index 0087429bb..491f71cce 100644 --- a/testsuite/systemtap.base/hash_add_buildid.exp +++ b/testsuite/systemtap.base/hash_add_buildid.exp @@ -60,7 +60,7 @@ foreach arch $arches { set passed 0 } } - catch close + catch { close; wait } if {$passed == 0} { continue -- 2.43.5