2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

adjust test to account for blank owner after origin now being rejected

This commit is contained in:
Mark Andrews
2012-12-19 14:37:23 +11:00
parent 4040ff974c
commit f127a35b6c
2 changed files with 1 additions and 2 deletions

View 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

View 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