Verify logging to local file via syslogd
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
8
test/local.sh
Executable file
8
test/local.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
. ./test.rc
|
||||
|
||||
MSG="foobar"
|
||||
|
||||
../src/logger -u ${SCK} ${MSG}
|
||||
|
||||
grep ${MSG} ${LOG}
|
Reference in New Issue
Block a user