sysklogd/test/test.rc
Joachim Nilsson dca48d8b7d test: Extend API test with three more phases
- with/without openlog()
- setlogmask()
- syslogp() API

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
2019-11-03 19:51:39 +01:00

13 lines
231 B
Plaintext

NM=syslog-test
LOG=/tmp/${NM}.log
LOGV1=/tmp/${NM}-v1.log
LOGCONS=/tmp/${NM}-cons.log
PID=/tmp/${NM}.pid
CAP=/tmp/${NM}.pcapng
CONF=/tmp/${NM}.conf
CONFD=/tmp/${NM}.d
SOCK=/tmp/${NM}.sock
PORT=5514
export SYSLOG_UNIX_PATH=${SOCK}