From: Bastian Dehn Date: Sat, 26 Sep 2026 07:14:51 +0000 (+0200) Subject: add setup file vorbis X-Git-Tag: v1.0.0^2~6 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=249bbaf8c43e0c5971b38495505a40fc71a66eeb;p=albentohandy.git add setup file vorbis --- diff --git a/tests/vorbis.bats b/tests/vorbis.bats index 9073924..6077b95 100755 --- a/tests/vorbis.bats +++ b/tests/vorbis.bats @@ -3,11 +3,14 @@ setup() { bats_load_library 'bats-support' bats_load_library 'bats-assert' - mkdir --parents "build/tests/output" source "src/lib/vorbis.sh" } -teardown() { +setup_file() { + mkdir --parents "build/tests/output" +} + +teardown_file() { rm --recursive --force "build" }