diff options
Diffstat (limited to 'testsuite/systemtap.samples/profile.exp')
-rw-r--r-- | testsuite/systemtap.samples/profile.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.samples/profile.exp b/testsuite/systemtap.samples/profile.exp index da763053..87174d2c 100644 --- a/testsuite/systemtap.samples/profile.exp +++ b/testsuite/systemtap.samples/profile.exp @@ -10,6 +10,6 @@ expect { eof { } } #FIXME does not handle case of hanging primes.stp correctly -closewait +wait if {$ok > 0} { pass $test } { fail $test } |