]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix inline test with missing $INCLUDE
authorMatthijs Mekking <matthijs@isc.org>
Fri, 19 Mar 2021 14:23:01 +0000 (15:23 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 14 Apr 2021 08:04:40 +0000 (10:04 +0200)
commit96583e7c40bf25605385c8a71500fcfeaaa1833e
tree3b6c57a7fe3e2bc7c26a6bdd022819b50e96227e
parent6463ee0f40046a75c98d1d7c2f46eb679d87a90b
Fix inline test with missing $INCLUDE

The test case for a zone with a missing include file was wrong for two
reasons:
1. It was loading the wrong file (master5 instead of master6)
2. It did actually not set the $ret variable to 1 if the test failed
   (it should default to ret=1 and clear the variable if the
   appropriate log is found).
bin/tests/system/inline/setup.sh
bin/tests/system/inline/tests.sh