From 71c2d21c7de863d3988d5635296a34ab60476b4c Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Fri, 25 Sep 2026 09:24:56 +0200 Subject: [PATCH] add music pathes default for test --- tests/albentohandy.bats | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/albentohandy.bats b/tests/albentohandy.bats index d9dfdb1..5366a4c 100755 --- a/tests/albentohandy.bats +++ b/tests/albentohandy.bats @@ -6,6 +6,7 @@ setup() { mkdir --parents "build/tests" export TEST_MODE="ON" export CONFIG_FILE="build/tests/albentohandy.conf" + echo "MUSIC_PATHES=(\"build/tests\")" > "$CONFIG_FILE" source src/albentohandy } @@ -35,7 +36,7 @@ teardown() { } @test "failed: missing MUSIC_PATHES" { - touch build/tests/albentohandy.conf + echo "" > build/tests/albentohandy.conf run main -- 2.47.3