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'