diff options
Diffstat (limited to 'testsuite/systemtap.samples/pfaults.exp')
-rw-r--r-- | testsuite/systemtap.samples/pfaults.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/systemtap.samples/pfaults.exp b/testsuite/systemtap.samples/pfaults.exp index b230cc6a..30599df5 100644 --- a/testsuite/systemtap.samples/pfaults.exp +++ b/testsuite/systemtap.samples/pfaults.exp @@ -6,9 +6,9 @@ set pid $spawn_id set ok 0 expect { -timeout 30 - -re "Page fault tracking, start time" { incr ok; exp_continue } + -re {Page fault tracking, start time[^\r\n]+\r\n} { incr ok; exp_continue } -timeout 30 - -re "Page fault tracking, end time" { incr ok; exp_continue } + -re {Page fault tracking, end time[^\r\n]+\r\n} { incr ok; exp_continue } timeout { fail "$test (timeout)" } eof { } } |