From f8d17c6263c5aa545335042656cbd67773f5c4e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 22 Apr 2022 11:25:27 +0200 Subject: [PATCH] Fix "digdelv" system test requirements Commit f64cd23e7bd0399505114a9b28893995eb4e162f 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. (cherry picked from commit aaa0223752bda63269b3f9a5c5a192849d986936) --- bin/tests/system/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/tests/system/Makefile.am b/bin/tests/system/Makefile.am index c622884366..e7fe8f97b9 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