test: Don't overwrite bar.conf

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-11-12 13:26:17 +01:00
parent 2f72a17b8e
commit 11ab6c55bc

View File

@ -12,7 +12,7 @@ echo "= Phase 1 - simple syslog(), no openlog() ==============="
grep "api ${MSG}" ${LOG}
echo "= Phase 2 - syslog() with openlog() & custom facility ==="
cat <<EOF >${CONFD}/bar.conf
cat <<EOF >${CONFD}/console.conf
console.* -${LOGCONS}
EOF
kill -HUP `cat ${PID}`