dnssec and dlv tests included master zones whose master files were missing.

this was a bug that hadn't been noticed before, but 19447 added a test for
that condition and it caused test failures.
This commit is contained in:
Evan Hunt
2010-07-11 01:18:24 +00:00
parent 816e5bac7d
commit 5312c2ffbe
2 changed files with 3 additions and 8 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.37 2010/01/18 23:48:40 tbox Exp $ */
/* $Id: named.conf,v 1.38 2010/07/11 01:18:24 each Exp $ */
// NS3
@@ -145,11 +145,6 @@ zone "multiple.example" {
allow-update { any; };
};
zone "mustbesecure.example" {
type master;
file "mustbesecure.example.db";
};
zone "rfc2335.example" {
type slave;
masters { 10.53.0.2; };