From: Michał Kępień Date: Fri, 22 Apr 2022 09:25:27 +0000 (+0200) Subject: Fix "digdelv" system test requirements X-Git-Tag: v9.19.1~61^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aaa0223752bda63269b3f9a5c5a192849d986936;p=thirdparty%2Fbind9.git Fix "digdelv" system test requirements Commit 3ec5d2d6ede18e502ef0ef4521fe917f6531f258 added a Python-based name server (bin/tests/system/digdelv/ans8/ans.py) to the "digdelv" system test, but did not update bin/tests/system/Makefile.am to ensure Python is present in the test environment before the "digdelv" system test is run. Update bin/tests/system/Makefile.am to enforce that requirement. --- diff --git a/bin/tests/system/Makefile.am b/bin/tests/system/Makefile.am index c6228843667..e7fe8f97b95 100644 --- a/bin/tests/system/Makefile.am +++ b/bin/tests/system/Makefile.am @@ -183,7 +183,6 @@ endif # HAVE_LMDB if HAVE_PERLMOD_NET_DNS TESTS += \ - digdelv \ fetchlimit \ ixfr \ nsupdate \ @@ -220,7 +219,7 @@ endif if HAVE_PYMOD_DNS TESTS += qmin cookie if HAVE_PERLMOD_NET_DNS -TESTS += dnssec forward +TESTS += digdelv dnssec forward if HAVE_PERLMOD_NET_DNS_NAMESERVER TESTS += chain endif HAVE_PERLMOD_NET_DNS_NAMESERVER