We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fbe3be commit ad3b159Copy full SHA for ad3b159
1 file changed
test/bats.bats
@@ -538,7 +538,7 @@ END_OF_ERR_MSG
538
currentErrorLine=9
539
540
for t in $(seq $expectedNumberOfTests); do
541
- echo t=$t outputOffset=$outputOffset currentErrorLine=$currentErrorLine
+ echo "t=$t outputOffset=$outputOffset currentErrorLine=$currentErrorLine"
542
# shellcheck disable=SC2076
543
[[ "${lines[$outputOffset]}" =~ "not ok $t " ]]
544
0 commit comments