Code cleanup #33

Manually merged
jlecour merged 71 commits from jlecour-refactoring into master 2020-04-17 15:32:41 +02:00
Showing only changes of commit 4bf1ccecae - Show all commits

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" {