From: Bastian Dehn Date: Fri, 25 Sep 2026 07:24:56 +0000 (+0200) Subject: add music pathes default for test X-Git-Tag: v1.0.0^2~7^2~34 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=71c2d21c7de863d3988d5635296a34ab60476b4c;p=albentohandy.git add music pathes default for test --- 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