Taint enforce: directory open backstops, single-key search filename
[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 ****
10 #
11 1
12 exim tainted@test.ex
13 ****