Add test for incs_policy config file

This commit is contained in:
Jérémy Lecour 2020-04-02 18:28:15 +02:00 committed by Jérémy Lecour
parent 54e66aea84
commit 4bf1ccecae

View file

@ -29,6 +29,9 @@ teardown() {
run test -d "${JAILPATH}"
[ "${status}" -eq 0 ]
fi
run test -e "${CONFDIR}/${JAILNAME}.d/incs_policy"
[ "${status}" -eq 0 ]
}
@test "start" {