diff --git a/test/test_helper.bash b/test/test_helper.bash index d14c6ee..b0cf5d3 100644 --- a/test/test_helper.bash +++ b/test/test_helper.bash @@ -20,7 +20,8 @@ setup() { teardown() { remove_variable "/etc/default/bkctld" "BACKUP_DISK" - FORCE=1 /usr/lib/bkctld/bkctld-remove "${JAILNAME}" && rm -rf "${INCSPATH}" "/etc/evobackup/${JAILNAME}" "/etc/evobackup/${JAILNAME}.d" + FORCE=1 /usr/lib/bkctld/bkctld-remove "${JAILNAME}" \ + && rm -rf "${INCSPATH}" "/etc/evobackup/${JAILNAME}" "/etc/evobackup/${JAILNAME}.d" } random_jail_name() {