test: Fix duplicate ORPort test
commitd47e937a5074c8c9799e1d8bbd6645eea74b86ab
authorDavid Goulet <dgoulet@torproject.org>
Thu, 11 Feb 2021 21:32:17 +0000 (11 16:32 -0500)
committerDavid Goulet <dgoulet@torproject.org>
Fri, 12 Feb 2021 18:13:43 +0000 (12 13:13 -0500)
tree5637782c37736c9579e8a8e809d2a117423eba86
parentdfcb050bbf424b6e72acb1bccd2dd99e8c96cb8c
test: Fix duplicate ORPort test

The comment of that specific unit test wanted 4 ORPorts but for some reasons
we tested for 3 which before the previous commit related to #40289, test would
pass but it was in fact wrong.

Now the code is correct and 4 was in fact correct expected number of ports.

Related to #40289

Signed-off-by: David Goulet <dgoulet@torproject.org>
src/test/test_config.c