added 'masterfile' system test to make sure

rt #1558 does not happen again
This commit is contained in:
Andreas Gustafsson
2001-08-01 19:01:02 +00:00
parent 23a020bc13
commit e0315f2160
11 changed files with 212 additions and 3 deletions

View File

@@ -0,0 +1,25 @@
; Test $INCLUDE current domain name and origin semantics
$TTL 300
@ IN SOA ns hostmaster (
1 ; serial
3600
1800
1814400
3600
)
NS ns
ns A 127.0.0.1
a A 10.0.0.1
$INCLUDE sub.db a
; use the current domain name
A 10.0.0.99
b A 10.0.0.2
$ORIGIN b
$INCLUDE sub.db
; use the current domain name
A 10.0.0.99
c A 10.0.0.3