summaryrefslogtreecommitdiffstats
path: root/bin/tests/system/addzone/ns2/named2.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tests/system/addzone/ns2/named2.conf.in')
-rw-r--r--bin/tests/system/addzone/ns2/named2.conf.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/tests/system/addzone/ns2/named2.conf.in b/bin/tests/system/addzone/ns2/named2.conf.in
index 8b0f23d..ef9adeb 100644
--- a/bin/tests/system/addzone/ns2/named2.conf.in
+++ b/bin/tests/system/addzone/ns2/named2.conf.in
@@ -11,7 +11,7 @@
* information regarding copyright ownership.
*/
-include "../../common/rndc.key";
+include "../../_common/rndc.key";
controls {
inet 10.53.0.2 port @CONTROLPORT@ allow { any; } keys { rndc_key; };
@@ -36,7 +36,7 @@ view internal {
zone "." {
type hint;
- file "../../common/root.hint";
+ file "../../_common/root.hint";
};
zone "policy" {
@@ -51,7 +51,7 @@ view external {
zone "." {
type hint;
- file "../../common/root.hint";
+ file "../../_common/root.hint";
};
};