From: Petr Špaček Date: Fri, 18 Feb 2022 10:11:51 +0000 (+0100) Subject: Fix timeouts system test compatibility with python2 X-Git-Tag: v9.16.27~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17ff0227f81409f11d0b97353b36da800e5c9f48;p=thirdparty%2Fbind9.git Fix timeouts system test compatibility with python2 v9_16 branch still supports Python 2.7. Fixup for 260b4c02cf3540e4a71b22f573958da24d89c7a2. Related: !5856 --- diff --git a/bin/tests/system/timeouts/setup.sh b/bin/tests/system/timeouts/setup.sh index c4019d2a278..65bb0579c9c 100644 --- a/bin/tests/system/timeouts/setup.sh +++ b/bin/tests/system/timeouts/setup.sh @@ -20,6 +20,7 @@ copy_setports ns1/named.conf.in ns1/named.conf # tcp-initial-timeout interval # $PYTHON -c " +from __future__ import print_function print('large IN TXT', end=' ') for a in range(128): print('\"%s\"' % ('A' * 240), end=' ')