From: Otto Moerbeek Date: Tue, 8 Oct 2024 14:03:35 +0000 (+0200) Subject: Move new FWCatz test to non-clashing port X-Git-Tag: rec-5.2.0-alpha1~7^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9437574438c308a5e9a050e81531e4f75e25d72;p=thirdparty%2Fpdns.git Move new FWCatz test to non-clashing port --- 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):