Added test to verify that both include glob-expression and include
non-glob-expression works.
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user