From: Evan Hunt Date: Thu, 26 Jul 2012 05:47:26 +0000 (-0700) Subject: fix test errors X-Git-Tag: v9.7.7rc1~58^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bb0bac10d2d6aed30cfbda2a216bc6bdcb014c1;p=thirdparty%2Fbind9.git fix test errors --- diff --git a/bin/tests/system/dnssec/ns4/named3.conf b/bin/tests/system/dnssec/ns4/named3.conf index 2d407407dca..5aad4d0cd11 100644 --- a/bin/tests/system/dnssec/ns4/named3.conf +++ b/bin/tests/system/dnssec/ns4/named3.conf @@ -31,7 +31,7 @@ options { recursion yes; acache-enable yes; dnssec-enable yes; - dnssec-validation auto; + dnssec-validation yes; bindkeys-file "managed.conf"; dnssec-accept-expired yes; }; @@ -49,3 +49,5 @@ zone "." { type hint; file "../../common/root.hint"; }; + +include "managed.conf";