Testsuite: more detail in dsearch testcase output
[exim.git] / test / scripts / 2500-dsearch / 2500
CommitLineData
59371ea7 1# dsearch lookup
548b76ed 2# This test will fail on a case-insensitive filesystem (e.g. MacOS default)
59371ea7 3exim -be
548b76ed
JH
4ok: ${lookup{TESTNUM.tst} dsearch{DIR/aux-fixed}{$value}{FAIL}}
5fail: ${lookup{TESTNUM.file_not_here} dsearch{DIR/aux-fixed}{$value}{FAIL}}
6fail: ${lookup{TESTNUM.tst} dsearch{DIR/dir_not_here}{$value}{FAIL}}
7fail(case): ${lookup{TESTNUM.TST} dsearch{DIR/aux-fixed}{$value}{FAIL}}
8fail(case): ${lookup{TESTNUM.TST} dsearch{DIR/AUX-fixed}{$value}{FAIL}}
59371ea7 9****