Added test to verify that both include glob-expression and include

non-glob-expression works.
This commit is contained in:
Diego Fronza
2019-10-22 10:43:24 -03:00
parent a50ab3df86
commit f97ba7a7c2
8 changed files with 35 additions and 27 deletions

View File

@@ -18,10 +18,9 @@ options {
notify no;
};
#zone "." {
# type hint;
# file "../../common/root.hint";
#};
# Should include all files matching pattern.
include "zone*.conf";
# Shouldn't break standard file pattern.
include "mars.conf";