diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-16 14:54:15 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-16 14:54:15 +0000 |
commit | 145396a644de3d31ed90104fd29bcd795e9ccad1 (patch) | |
tree | c0215c0d2bb14904303d1caae2cc9cc06c15fb20 /test/confs | |
parent | 11b3bc4dfd112747273573c2e895021398959d23 (diff) |
Panic-die if .include specifies a non-absolute path.
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0290 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/confs/0290 b/test/confs/0290 index 312aacd9b..929a90740 100644 --- a/test/confs/0290 +++ b/test/confs/0290 @@ -4,6 +4,7 @@ FOOBAR= FOO=inc1 BAR=.include "DIR/aux-fixed/TESTNUM.inc2" RT = receive_timeout = 1s +INC= C1=# C2=# @@ -22,8 +23,8 @@ trusted_users = CALLER # ----- Main settings ----- FOOBAR .include DIR/aux-fixed/TESTNUM.FOO - RT +INC remote_sort_domains = a:b:c |