From 373e911f7c6f146670559ddc1c7ae11d503524d3 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Thu, 16 Jul 2026 17:06:11 +0200 Subject: [PATCH] add teardown postinst --- tests/postinst.bats | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/postinst.bats b/tests/postinst.bats index fb3e353..589d8dc 100755 --- a/tests/postinst.bats +++ b/tests/postinst.bats @@ -4,10 +4,13 @@ setup() { bats_load_library bats-support bats_load_library bats-assert mkdir --parents ../build - rm -rf ../build/dll.conf touch ../build/dll.conf } +teardown() { + rm -rf ../build/dll.conf +} + @test "ignore file does not exists" { export DLLCONFIG="../build/dll-not-exists.conf" -- 2.47.3