X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/59371ea735c941334861aa5b8e1e9a06facf044f..54a2a2a9983913a91ccef3aac107a159434a4714:/test/scripts/2500-dsearch/2500 diff --git a/test/scripts/2500-dsearch/2500 b/test/scripts/2500-dsearch/2500 index a1f4ac18b..49e2a3761 100644 --- a/test/scripts/2500-dsearch/2500 +++ b/test/scripts/2500-dsearch/2500 @@ -1,6 +1,13 @@ # dsearch lookup +# This test will fail on a case-insensitive filesystem (e.g. MacOS default) 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}} +ok: ${lookup{TESTNUM.tst} dsearch{DIR/aux-fixed}{$value}{FAIL}} +fail: ${lookup{TESTNUM.file_not_here} dsearch{DIR/aux-fixed}{$value}{FAIL}} +fail: ${lookup{TESTNUM.tst} dsearch{DIR/dir_not_here}{$value}{FAIL}} +fail(case): ${lookup{TESTNUM.TST} dsearch{DIR/aux-fixed}{$value}{FAIL}} +fail(case): ${lookup{TESTNUM.TST} dsearch{DIR/AUX-fixed}{$value}{FAIL}} +**** +# +1 +exim tainted@test.ex ****