From b1bb91be1f500503c5cc4d0a3dd28e72c7eda1c2 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Thu, 8 Jan 2026 15:36:09 +0800 Subject: [PATCH] Fix the wrong test --- tests/clean_misc.bats | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/clean_misc.bats b/tests/clean_misc.bats index ede762f..c5e0d3c 100644 --- a/tests/clean_misc.bats +++ b/tests/clean_misc.bats @@ -92,6 +92,7 @@ EOF @test "scan_external_volumes skips when no volumes" { run env HOME="$HOME" PROJECT_ROOT="$PROJECT_ROOT" bash --noprofile --norc <<'EOF' set -euo pipefail +export DRY_RUN="false" source "$PROJECT_ROOT/lib/core/common.sh" source "$PROJECT_ROOT/lib/clean/user.sh" run_with_timeout() { return 1; }