diff options
-rw-r--r-- | testsuite/systemtap.base/pr10854.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/systemtap.base/pr10854.exp b/testsuite/systemtap.base/pr10854.exp index 11d2221e..9173c8b4 100644 --- a/testsuite/systemtap.base/pr10854.exp +++ b/testsuite/systemtap.base/pr10854.exp @@ -24,6 +24,7 @@ if {![installtest_p]} { for {set i 0} {$i < 10} {incr i} { spawn staprun $module -o /dev/null while { [catch { exec pkill stapio -P [pid] } msg ] } { } + catch { close } wait } |