tests: avoid ephemeral port range

On our MacOS X CI job, provjobd2 sometimes held local TCP port 49195,
colliding with check-iprop.  And so we move all listening ports in the
test setup out of the ephemeral port ranges on Linux and Mac.
This commit is contained in:
Roland C. Dowdeswell
2026-06-13 00:37:44 +01:00
committed by Nico Williams
parent 9cf1b20313
commit d67a2c36c4
6 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ SCRIPT_TESTS = check-kinit
TESTS = $(SCRIPT_TESTS)
port = 49188
port = 11088
do_subst = sed -e 's,[@]srcdir[@],$(abs_srcdir),g' \
-e 's,[@]env_setup[@],$(abs_top_builddir)/tests/bin/setup-env,g' \