diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-07-09 12:47:59 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-07-09 12:47:59 +0000 |
commit | d46676763d3790863da7bec163571013c2299d32 (patch) | |
tree | 62e042cdae50f5158d0dfbf8e4b7e9413ac13a0f /regress | |
parent | cabf604e683e5fe4bcd3c07517999ca04deff2e6 (diff) |
On slow armv7 machine reconnect timeout is faster than test, so
error message appears twice.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.sbin/syslogd/args-tls-cafile-toobig.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/usr.sbin/syslogd/args-tls-cafile-toobig.pl b/regress/usr.sbin/syslogd/args-tls-cafile-toobig.pl index 5e1d40b1b11..1e6e89860cc 100644 --- a/regress/usr.sbin/syslogd/args-tls-cafile-toobig.pl +++ b/regress/usr.sbin/syslogd/args-tls-cafile-toobig.pl @@ -16,7 +16,7 @@ our %args = ( qr/CAfile toobig/ => 1, qr/Logging to FORWTLS \@tls:\/\/localhost:\d+/ => '>=4', qr/syslogd\[\d+\]: tls_connect_socket .*: /. - qr/ssl verify memory setup failure/ => 1, + qr/ssl verify memory setup failure/ => '>=1', get_testgrep() => 1, }, cacrt => "toobig", |