diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-02-13 12:00:55 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-02-13 12:09:33 +0000 |
commit | 7f8394e7c983b1c199866fc6b1c14feb857b651d (patch) | |
tree | 9b314e6a90f5cd55c4ac94c409a08cfad2191f43 /test/confs/0313 | |
parent | b7c6d0ccbc57c958954205b2c9d70528b9688c1a (diff) |
Fix include_directory in redirect routers. Bug 2715
Broken-by: 10c50704c1
Diffstat (limited to 'test/confs/0313')
-rw-r--r-- | test/confs/0313 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/confs/0313 b/test/confs/0313 index 7849526db..58fca2c84 100644 --- a/test/confs/0313 +++ b/test/confs/0313 @@ -2,7 +2,6 @@ .include DIR/aux-var/std_conf_prefix - # ----- Main settings ----- @@ -20,6 +19,9 @@ r1: r2: driver = redirect local_parts = include +.ifdef INC + include_directory = DIR/ +.endif data = :include:DIR/test-holey |