diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-04-05 22:32:15 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-04-05 22:32:15 +0000 |
commit | c5017b1d1bd92903c20893dc82ceeb98642d0716 (patch) | |
tree | 2ade386e38dac8b2e289b90e7ee4917d408983ae /regress/usr.sbin/syslogd/args-maxloghostlen.pl | |
parent | 972cfd83aa0001a3fbdd71ca99a0fc116d5d8310 (diff) |
Syslogd's debug and error messages have changed a bit, adapt test.
Diffstat (limited to 'regress/usr.sbin/syslogd/args-maxloghostlen.pl')
-rw-r--r-- | regress/usr.sbin/syslogd/args-maxloghostlen.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/usr.sbin/syslogd/args-maxloghostlen.pl b/regress/usr.sbin/syslogd/args-maxloghostlen.pl index f38b45d7a22..009d7098f17 100644 --- a/regress/usr.sbin/syslogd/args-maxloghostlen.pl +++ b/regress/usr.sbin/syslogd/args-maxloghostlen.pl @@ -11,7 +11,7 @@ our %args = ( syslogd => { loghost => '@'.('X'x300), loggrep => { - qr/syslogd: loghost too long "\@X+/ => 2, + qr/syslogd: loghost too long "\@X+/ => 1, get_testgrep() => 1, }, }, |