From 25bcd3aeae165b96ebbf988b550d2e80d3193b4a Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sat, 18 Oct 2025 20:30:17 +0200 Subject: [PATCH] fix test without test error msg --- tests/scanbasic.bats | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/scanbasic.bats b/tests/scanbasic.bats index d39c86b..b920b2b 100755 --- a/tests/scanbasic.bats +++ b/tests/scanbasic.bats @@ -226,7 +226,6 @@ setup() { run createmultipdfs assert_failure - assert_line --index 0 "❌ ERROR: could not convert scanned*.tiff to scanned*.pdf" } @test "should success createmutlipdfs" { -- 2.47.3