diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2015-07-16 16:34:50 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2015-07-16 16:34:50 +0000 |
commit | 6575491efa05726f0bb0780fff58a71369b905e3 (patch) | |
tree | a2c1b828a8d8c9845f30319e687fa2e280b318cd /regress/usr.sbin/syslogd/args-maxhostlen.pl | |
parent | 4b27f6129efe0ba1e54373ec1d436938e51ec0ae (diff) |
Test that syslogd does not append white spaces to messages. Per
default the test pattern is stricter now. Also do some test cleanup
Diffstat (limited to 'regress/usr.sbin/syslogd/args-maxhostlen.pl')
-rw-r--r-- | regress/usr.sbin/syslogd/args-maxhostlen.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/usr.sbin/syslogd/args-maxhostlen.pl b/regress/usr.sbin/syslogd/args-maxhostlen.pl index d742f545dde..3808dd1ecf5 100644 --- a/regress/usr.sbin/syslogd/args-maxhostlen.pl +++ b/regress/usr.sbin/syslogd/args-maxhostlen.pl @@ -12,7 +12,7 @@ our %args = ( loghost => '@'.('X'x256).':514', loggrep => { qr/syslogd: host too long "\@X+/ => 2, - get_testlog() => 1, + get_testgrep() => 1, }, }, server => { |