test: Add --MARK-- test to verify idle functionality works

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson
2019-12-01 21:12:02 +01:00
parent 4556901a2b
commit 799b03447a
5 changed files with 22 additions and 5 deletions

View File

@@ -6,12 +6,18 @@ fi
. ${srcdir}/test.rc
if [ -e ${PID} ]; then
echo "Killing `cat ${PID}` ..."
echo "Killing 1st syslogd, PID:`cat ${PID}` ..."
kill `cat ${PID}`
fi
if [ -e ${PID2} ]; then
echo "Killing 2nd syslogd, PID:`cat ${PID2}` ..."
kill `cat ${PID2}`
fi
rm -f ${LOG}
rm -f ${LOGV1}
rm -f ${LOG2}
rm -f ${LOGCONS}
rm -f ${PID}
rm -f ${CAP}