From 8a715ff02f54c4ff6f009cb07e0fc71ab3aa0f7a Mon Sep 17 00:00:00 2001 From: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Tue, 6 Aug 2024 17:00:39 +0200 Subject: [PATCH] praise be linters --- tests/30-errors.bats | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/30-errors.bats b/tests/30-errors.bats index 934fc28..2919a2a 100755 --- a/tests/30-errors.bats +++ b/tests/30-errors.bats @@ -67,6 +67,7 @@ function setup_file() { assert_output '$(eval date)' export __SOME_VAR='This is a message' + # shellcheck disable=SC2016 run apply_shell_expansion 'Message: ${__SOME_VAR}' assert_success assert_output 'Message: This is a message'