mirror of
https://github.com/tw93/Mole.git
synced 2026-02-11 03:39:16 +00:00
Fix the wrong test
This commit is contained in:
@@ -92,6 +92,7 @@ EOF
|
|||||||
@test "scan_external_volumes skips when no volumes" {
|
@test "scan_external_volumes skips when no volumes" {
|
||||||
run env HOME="$HOME" PROJECT_ROOT="$PROJECT_ROOT" bash --noprofile --norc <<'EOF'
|
run env HOME="$HOME" PROJECT_ROOT="$PROJECT_ROOT" bash --noprofile --norc <<'EOF'
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
export DRY_RUN="false"
|
||||||
source "$PROJECT_ROOT/lib/core/common.sh"
|
source "$PROJECT_ROOT/lib/core/common.sh"
|
||||||
source "$PROJECT_ROOT/lib/clean/user.sh"
|
source "$PROJECT_ROOT/lib/clean/user.sh"
|
||||||
run_with_timeout() { return 1; }
|
run_with_timeout() { return 1; }
|
||||||
|
|||||||
Reference in New Issue
Block a user