sysklogd/test/local.sh
Joachim Nilsson 8f459d349a test: Check sending log messages to remote server works
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
2019-10-30 17:14:29 +01:00

9 lines
89 B
Bash
Executable File

#!/bin/sh
. ./test.rc
MSG="foobar"
../src/logger -u ${SOCK} ${MSG}
grep ${MSG} ${LOG}