diff --git a/bin/tests/system/checkconf/inline-inherit.conf b/bin/tests/system/checkconf/inline-inherit.conf new file mode 100644 index 0000000000..8cc7da6b85 --- /dev/null +++ b/bin/tests/system/checkconf/inline-inherit.conf @@ -0,0 +1,7 @@ +remote-servers "stealthPrimaries" {127.0.0.1;}; +zone "example.net" { + type secondary; + dnssec-policy default; + primaries { stealthPrimaries; }; +}; + diff --git a/bin/tests/system/checkconf/tests.sh b/bin/tests/system/checkconf/tests.sh index 330da510e3..539afaf56a 100644 --- a/bin/tests/system/checkconf/tests.sh +++ b/bin/tests/system/checkconf/tests.sh @@ -277,6 +277,9 @@ l=$(grep "missing 'file' entry" checkconf.out$n.3 2>&1 && ret=1 l=$(grep "missing 'file' entry" checkconf.out$n.3 2>&1 && ret=1 +l=$(grep "missing 'file' entry"