Skip to content

Commit

Permalink
praise be linters
Browse files Browse the repository at this point in the history
  • Loading branch information
georglauterbach authored Aug 6, 2024
1 parent 9b8da7f commit 8a715ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/30-errors.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8a715ff

Please sign in to comment.