]> git.ipfire.org Git - thirdparty/bind9.git/commit
TLS DNS unit tests: do not share the port with TCP DNS tests
authorArtem Boldariev <artem@boldariev.com>
Wed, 26 Oct 2022 12:41:30 +0000 (15:41 +0300)
committerArtem Boldariev <artem@boldariev.com>
Tue, 1 Nov 2022 12:42:08 +0000 (14:42 +0200)
commitcad73b95bff3ee1d3c4301f8fa8a08aa0794d491
tree5202397684f8aabff02c51329db80cf52eeae9ea
parent5167cc5982475513688e28440e410abc112f9498
TLS DNS unit tests: do not share the port with TCP DNS tests

TLS DNS unit tests were sharing the port with TCP DNS tests by
mistake. That could have caused conflicts between the two, when
running the unit tests in parallel. This commit fixes that.
tests/isc/tlsdns_test.c