test: Check sending log messages to remote server works
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user