mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
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.
This commit is contained in:
@@ -150,7 +150,7 @@ ISC_TEST_LIST_END
|
|||||||
|
|
||||||
static int
|
static int
|
||||||
tlsdns_setup(void **state __attribute__((__unused__))) {
|
tlsdns_setup(void **state __attribute__((__unused__))) {
|
||||||
stream_port = TCPDNS_TEST_PORT;
|
stream_port = TLSDNS_TEST_PORT;
|
||||||
|
|
||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user