Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel N committed Aug 23, 2023
1 parent 5180662 commit de94382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haproxy/tests/errors_generate.bats
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ teardown() {
assert_equal \
"$(cat "$ACTUAL_ERRORS_DIR/$filename")" \
"$(cat "$TMP_ERRORS_DIR/$filename")"
echo "$((file_count++))" >/dev/null
file_count=$((file_count + 1))
done
[[ file_count -gt 0 ]]
}

0 comments on commit de94382

Please sign in to comment.