diff options
Diffstat (limited to 'testsuite/systemtap.printf')
-rw-r--r-- | testsuite/systemtap.printf/sharedbuf.exp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/systemtap.printf/sharedbuf.exp b/testsuite/systemtap.printf/sharedbuf.exp index 7774a305..b1fd4c72 100644 --- a/testsuite/systemtap.printf/sharedbuf.exp +++ b/testsuite/systemtap.printf/sharedbuf.exp @@ -58,4 +58,5 @@ if {$c1 == 2 && $c2 == 2} { } else { fail "buffer sharing ($c1, $c2)" } -closewait +close +wait |