diff options
Diffstat (limited to 'test/scripts/2500-dsearch')
-rw-r--r-- | test/scripts/2500-dsearch/2500 | 6 | ||||
-rw-r--r-- | test/scripts/2500-dsearch/2501 | 4 | ||||
-rw-r--r-- | test/scripts/2500-dsearch/REQUIRES | 1 |
3 files changed, 11 insertions, 0 deletions
diff --git a/test/scripts/2500-dsearch/2500 b/test/scripts/2500-dsearch/2500 new file mode 100644 index 000000000..a1f4ac18b --- /dev/null +++ b/test/scripts/2500-dsearch/2500 @@ -0,0 +1,6 @@ +# dsearch lookup +exim -be +${lookup{TESTNUM.tst}dsearch{DIR/aux-fixed}{$value}{FAIL}} +${lookup{TESTNUM.TST}dsearch{DIR/aux-fixed}{$value}{FAIL}} +${lookup{TESTNUM.TST}dsearch{DIR/AUX-fixed}{$value}{FAIL}} +**** diff --git a/test/scripts/2500-dsearch/2501 b/test/scripts/2500-dsearch/2501 new file mode 100644 index 000000000..44b5308eb --- /dev/null +++ b/test/scripts/2500-dsearch/2501 @@ -0,0 +1,4 @@ +# dsearch in domain list +2 +exim -bt xxx@okdomain yyy@notokdomain zzz@dom/mod +**** diff --git a/test/scripts/2500-dsearch/REQUIRES b/test/scripts/2500-dsearch/REQUIRES new file mode 100644 index 000000000..2f6e8f319 --- /dev/null +++ b/test/scripts/2500-dsearch/REQUIRES @@ -0,0 +1 @@ +lookup dsearch |