]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix "forward" system test requirements
authorMichał Kępień <michal@isc.org>
Mon, 11 Apr 2022 12:40:20 +0000 (14:40 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 11 Apr 2022 12:40:20 +0000 (14:40 +0200)
commit55f24575269014e0eb50354800dace37f689f543
tree80cf1384d46c26f75c5ed57ed7cccb9c58950a62
parent7ee090be53d45ed18ba09452939d85763f124669
Fix "forward" system test requirements

Commit 59d1eb3ff810145c8098a0a4fbf93ef4380ad739 added a Python-based
name server (bin/tests/system/forward/ans11/ans.py) to the "forward"
system test, but did not update the bin/tests/system/forward/prereq.sh
script to ensure Python is present in the test environment before the
"forward" system test is run.  Update bin/tests/system/forward/prereq.sh
to enforce that requirement.
bin/tests/system/forward/prereq.sh