summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2016-12-09 23:15:47 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2016-12-29 19:38:42 +0000
commit29f678881018103cc2aec85bdb51ea5830cf2e37 (patch)
tree31095e6e3dadcb6d087d81b6fcc2faaae90dc42d /test/confs
parent1e7290ef735e436c37682e1129ea607de2a55e51 (diff)
Allow relative file names in .include lines (Closes 1971)
Diffstat (limited to 'test/confs')
-rw-r--r--test/confs/09031
-rw-r--r--test/confs/0903./aaa1
-rw-r--r--test/confs/0903./bbb0
3 files changed, 2 insertions, 0 deletions
diff --git a/test/confs/0903 b/test/confs/0903
new file mode 100644
index 000000000..017424e24
--- /dev/null
+++ b/test/confs/0903
@@ -0,0 +1 @@
+.include confs/0903./aaa
diff --git a/test/confs/0903./aaa b/test/confs/0903./aaa
new file mode 100644
index 000000000..746f316bf
--- /dev/null
+++ b/test/confs/0903./aaa
@@ -0,0 +1 @@
+.include bbb
diff --git a/test/confs/0903./bbb b/test/confs/0903./bbb
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/test/confs/0903./bbb