diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2014-09-13 23:38:25 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2014-09-13 23:38:25 +0000 |
commit | c819d91e3676c9f15731886f1fac76ad619f74a0 (patch) | |
tree | 4f1999abd16b36138e8f57180fdc9d2be7c7577d /regress/usr.sbin/syslogd/args-maxloghostlen.pl | |
parent | 64814894fa0b36e05fd1868e18f0186c7882706d (diff) |
Add tests for syslogd's memory buffer and read it with syslogc.
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 0c9a1d66c1a..88ed1302b07 100644 --- a/regress/usr.sbin/syslogd/args-maxloghostlen.pl +++ b/regress/usr.sbin/syslogd/args-maxloghostlen.pl @@ -12,7 +12,7 @@ our %args = ( loghost => '@'.('X'x300), loggrep => { qr/syslogd: loghost too long "\@X+/ => 2, - get_log() => 1, + get_testlog() => 1, }, }, server => { |