diff options
Diffstat (limited to 'testsuite/systemtap.base/optim.exp')
-rw-r--r-- | testsuite/systemtap.base/optim.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.base/optim.exp b/testsuite/systemtap.base/optim.exp index a2bfd3ab..ddc1c90f 100644 --- a/testsuite/systemtap.base/optim.exp +++ b/testsuite/systemtap.base/optim.exp @@ -4,7 +4,7 @@ spawn stap $srcdir/$subdir/optim.stp set ok 0 expect { -timeout 120 - -re {i=1} { incr ok } + -re {i=1} { incr ok ; exp_continue } -re {j=2} { incr ok } timeout { fail "$test (timeout)" } eof { } |