]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
adjust test to account for blank owner after origin now being rejected
authorMark Andrews <marka@isc.org>
Wed, 19 Dec 2012 03:37:23 +0000 (14:37 +1100)
committerMark Andrews <marka@isc.org>
Wed, 19 Dec 2012 03:37:56 +0000 (14:37 +1100)
bin/tests/system/masterfile/knowngood.dig.out
bin/tests/system/masterfile/ns1/include.db

index 56de55503ffaaad3af823f7abc36dd1f20fbe6de..d4cbac84bf9f0aa7166422010dbd7b7dbe04869f 100644 (file)
@@ -5,7 +5,6 @@ a.include.              300     IN      A       10.0.0.99
 a.a.include.           300     IN      A       10.0.1.1
 b.foo.a.include.       300     IN      A       10.0.2.2
 b.include.             300     IN      A       10.0.0.2
-b.include.             300     IN      A       10.0.0.99
 a.b.include.           300     IN      A       10.0.1.1
 c.b.include.           300     IN      A       10.0.0.3
 b.foo.b.include.       300     IN      A       10.0.2.2
index 47c985ff21b881f29f5f4642f43bf27c12247bde..8bba41c463292cc3b9f31ebbc1dfd7de60bd6f6e 100644 (file)
@@ -37,5 +37,5 @@ b                     A       10.0.0.2
 $ORIGIN b
 $INCLUDE sub.db
 ; use the current domain name
-                       A       10.0.0.99
+;                      A       10.0.0.99
 c                      A       10.0.0.3