test: Check sending log messages to remote server works

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson
2019-10-30 17:14:29 +01:00
parent 72bbee7812
commit 8f459d349a
7 changed files with 38 additions and 9 deletions

View File

@@ -2,10 +2,12 @@
. ./test.rc
if [ -e ${PID} ]; then
echo "Killing `cat ${PID}` ..."
kill `cat ${PID}`
fi
rm -f ${CFG}
rm -f ${LOG}
rm -f ${PID}
rm -f ${SCK}
rm -f ${CAP}
rm -f ${SOCK}
rm -f ${CONF}