Skip to content

Commit 3df7b92

Browse files
jbergstroempgrange
authored andcommitted
chore: reintroduce ignore
1 parent b6de2bb commit 3df7b92

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bash_unit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ run_tests() {
278278

279279
local has_setup=0 has_teardown=0
280280
declare -F | "$GREP" ' setup$' >/dev/null && has_setup=1
281+
# shellcheck disable=SC2034
281282
declare -F | "$GREP" ' teardown$' >/dev/null && has_teardown=1
282283

283284
for test in $tests_to_run

0 commit comments

Comments
 (0)