From c9d4245aa04374b6eae05a1a521892f1c58792c2 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 16 Aug 2026 12:05:34 +0200 Subject: [PATCH] remove tests setup unused vars --- tests/backup_tests.bats | 1 - tests/restore_tests.bats | 3 --- 2 files changed, 4 deletions(-) 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 -- 2.47.3