Skip to content

Commit ad3b159

Browse files
Fix shellcheck
1 parent 4fbe3be commit ad3b159

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/bats.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ END_OF_ERR_MSG
538538
currentErrorLine=9
539539

540540
for t in $(seq $expectedNumberOfTests); do
541-
echo t=$t outputOffset=$outputOffset currentErrorLine=$currentErrorLine
541+
echo "t=$t outputOffset=$outputOffset currentErrorLine=$currentErrorLine"
542542
# shellcheck disable=SC2076
543543
[[ "${lines[$outputOffset]}" =~ "not ok $t " ]]
544544

0 commit comments

Comments
 (0)