diff options
Diffstat (limited to 'testsuite/systemtap.base/prologues.exp')
-rw-r--r-- | testsuite/systemtap.base/prologues.exp | 4 |
1 files changed, 2 insertions, 2 deletions
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 } } |