diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-07 19:02:09 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-07 19:02:09 +0100 |
commit | 32ef25152ecda2555eabe22a0c37ec398068dbba (patch) | |
tree | 229124461be953948ef5bd55c084d67c52f29b64 /test | |
parent | 0006e6d8e151bb4b34452da30da60184736bb5ae (diff) |
Testsuite: unbreak testcase
Broken-by: 0006e6d8e1
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/0153 | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/test/confs/0153 b/test/confs/0153 index 7b5f023b4..35a004a45 100644 --- a/test/confs/0153 +++ b/test/confs/0153 @@ -13,22 +13,17 @@ begin routers virtual: driver = redirect domains = *.virt.test.ex -# address_data = ${if match{$domain}{^(.*)\\.virt\\.test\\.ex\$}{${bless:$1}}} - address_data = $1 -# data = ${if exists{DIR/aux-fixed/TESTNUM.alias.$address_data} \ -# {${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.alias.$address_data}}} \ -# fail} - data = ${lookup {TESTNUM.alias.$address_data} dsearch,ret=full {DIR/aux-fixed} \ - {${lookup{$local_part}lsearch{$value}}} \ - fail} + address_data = ${if match{$domain}{^(.*)\\.virt\\.test\\.ex\$}{${bless:$1}}} + data = ${if exists{DIR/aux-fixed/TESTNUM.alias.$address_data} \ + {${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.alias.$address_data}}} \ + fail} no_more list: driver = redirect domains = list.test.ex -# file = ${if exists{DIR/aux-fixed/TESTNUM.list.${bless:$local_part}} \ -# {DIR/aux-fixed/TESTNUM.list.${bless:$local_part}}fail} - file = ${lookup {TESTNUM.list.$local_part} dsearch,ret=full {DIR/aux-fixed} {$value}fail} + file = ${if exists{DIR/aux-fixed/TESTNUM.list.${bless:$local_part}} \ + {DIR/aux-fixed/TESTNUM.list.${bless:$local_part}}fail} no_more real: |