Skip to content

Commit

Permalink
Fix shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-schulze-vireso committed Jan 31, 2023
1 parent 4fbe3be commit ad3b159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bats.bats
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ END_OF_ERR_MSG
currentErrorLine=9

for t in $(seq $expectedNumberOfTests); do
echo t=$t outputOffset=$outputOffset currentErrorLine=$currentErrorLine
echo "t=$t outputOffset=$outputOffset currentErrorLine=$currentErrorLine"
# shellcheck disable=SC2076
[[ "${lines[$outputOffset]}" =~ "not ok $t " ]]

Expand Down

0 comments on commit ad3b159

Please sign in to comment.