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 e02d290 commit 5180662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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")"
((file_count++))
echo "$((file_count++))" >/dev/null
done
((file_count > 0))
[[ file_count -gt 0 ]]
}

0 comments on commit 5180662

Please sign in to comment.