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-client-udp6.pl | |
parent | 64814894fa0b36e05fd1868e18f0186c7882706d (diff) |
Add tests for syslogd's memory buffer and read it with syslogc.
Diffstat (limited to 'regress/usr.sbin/syslogd/args-client-udp6.pl')
-rw-r--r-- | regress/usr.sbin/syslogd/args-client-udp6.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/usr.sbin/syslogd/args-client-udp6.pl b/regress/usr.sbin/syslogd/args-client-udp6.pl index 8580516087c..3052f61ec98 100644 --- a/regress/usr.sbin/syslogd/args-client-udp6.pl +++ b/regress/usr.sbin/syslogd/args-client-udp6.pl @@ -17,7 +17,7 @@ our %args = ( options => ["-u"], }, file => { - loggrep => qr/ localhost /. get_log(), + loggrep => qr/ localhost /. get_testlog(), }, ); |