sysklogd/test/stop.sh
Joachim Nilsson b67d57cf59 Initial test framework: make check
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
2019-10-29 13:58:56 +01:00

12 lines
124 B
Bash
Executable File

#!/bin/sh
. ./test.rc
if [ -e ${PID} ]; then
kill `cat ${PID}`
fi
rm -f ${CFG}
rm -f ${LOG}
rm -f ${PID}
rm -f ${SCK}