dsearch: filter-matches option
[exim.git] / test / scripts / 2500-dsearch / 2500
1 # dsearch lookup
2 # This test will fail on a case-insensitive filesystem (e.g. MacOS default)
3 exim -be
4 ok:         ${lookup{TESTNUM.tst}               dsearch{DIR/aux-fixed}{$value}{FAIL}}
5 fail:       ${lookup{TESTNUM.file_not_here}     dsearch{DIR/aux-fixed}{$value}{FAIL}}
6 fail:       ${lookup{TESTNUM.tst}               dsearch{DIR/dir_not_here}{$value}{FAIL}}
7 fail(case): ${lookup{TESTNUM.TST}               dsearch{DIR/aux-fixed}{$value}{FAIL}}
8 fail(case): ${lookup{TESTNUM.TST}               dsearch{DIR/AUX-fixed}{$value}{FAIL}}
9 fail(path): ${lookup{TESTNUM.tst}               dsearch{.}{$value}{OTHER}}
10 ok,full:    ${lookup{TESTNUM.tst} dsearch,ret=full      {DIR/aux-fixed}{$value}{FAIL}}
11 ok,file:    ${lookup{TESTNUM.tst} dsearch,filter=file   {DIR/aux-fixed}{$value}{FAIL}}
12 fail,file:  ${lookup{TESTNUM.dir} dsearch,filter=file   {DIR/aux-fixed}{$value}{FAIL}}
13 ok,dir:     ${lookup{TESTNUM.dir} dsearch,filter=dir    {DIR/aux-fixed}{$value}{FAIL}}
14 fail,dir:   ${lookup{TESTNUM.tst} dsearch,filter=dir    {DIR/aux-fixed}{$value}{FAIL}}
15 ok,subdir:  ${lookup{TESTNUM.dir} dsearch,filter=subdir {DIR/aux-fixed}{$value}{FAIL}}
16 fail,subdir:${lookup{..}          dsearch,filter=subdir {DIR/aux-fixed}{$value}{FAIL}}
17 fail,subdir:${lookup{TESTNUM.tst} dsearch,filter=subdir {DIR/aux-fixed}{$value}{FAIL}}
18 ****
19 #
20 1
21 exim tainted@test.ex
22 ****