From eecd105d33f24e87caa8b6500cdc10c8b6789d94 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Mon, 8 Feb 2021 17:20:56 +0100 Subject: [PATCH] improve readability --- test/test_helper.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {