From: Bastian Dehn Date: Sun, 16 Aug 2026 10:05:34 +0000 (+0200) Subject: remove tests setup unused vars X-Git-Tag: v1.0.7^2~2 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=c9d4245aa04374b6eae05a1a521892f1c58792c2;p=simple-backup.git remove tests setup unused vars --- diff --git a/tests/backup_tests.bats b/tests/backup_tests.bats index 2a497d7..f2307fb 100755 --- a/tests/backup_tests.bats +++ b/tests/backup_tests.bats @@ -27,7 +27,6 @@ setup() { teardown() { rm --recursive --force "build/test" - rm --recursive --force "$RSYNC_LOG" unset TESTMODE unset NOCOLOR unset CONFIG_FILE diff --git a/tests/restore_tests.bats b/tests/restore_tests.bats index 6b4cbf7..968dffb 100755 --- a/tests/restore_tests.bats +++ b/tests/restore_tests.bats @@ -4,7 +4,6 @@ setup() { bats_load_library 'bats-support' bats_load_library 'bats-assert' export TESTMODE="ON" - export NOCOLOR="ON" export CONFIG_FILE="src/config-example.yaml" export RSYNC_LOG="build/test/rsync.log" export RSYNC_LOG_RUNS="0" @@ -25,9 +24,7 @@ setup() { teardown() { rm --recursive --force "build/test" - rm --recursive --force "$RSYNC_LOG" unset TESTMODE - unset NOCOLOR unset CONFIG_FILE unset RSYNC_LOG unset RSYNC_LOG_RUNS