]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix "digdelv" system test requirements
authorMichał Kępień <michal@isc.org>
Fri, 22 Apr 2022 09:25:27 +0000 (11:25 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 22 Apr 2022 09:25:27 +0000 (11:25 +0200)
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.

bin/tests/system/Makefile.am

index c6228843667c30061f1077829497da50c05fecc0..e7fe8f97b95da942a667968fe2b9b8e6315f342e 100644 (file)
@@ -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