From f9437574438c308a5e9a050e81531e4f75e25d72 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 8 Oct 2024 16:03:35 +0200 Subject: [PATCH] Move new FWCatz test to non-clashing port --- regression-tests.recursor-dnssec/test_FWCatz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-tests.recursor-dnssec/test_FWCatz.py b/regression-tests.recursor-dnssec/test_FWCatz.py index f77330e62c..739f917b30 100644 --- a/regression-tests.recursor-dnssec/test_FWCatz.py +++ b/regression-tests.recursor-dnssec/test_FWCatz.py @@ -227,7 +227,7 @@ class FWCatzServer(object): print('Error in FWCatz socket: %s' % str(e)) sock.close() -fwCatzServerPort = 4250 +fwCatzServerPort = 4252 fwCatzServer = FWCatzServer(fwCatzServerPort) class FWCatzXFRRecursorTest(RecursorTest): -- 2.47.3