From 548b76ed9d29909e67cc76449956f1d5f870bfc4 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 30 Oct 2018 14:00:24 +0000 Subject: [PATCH] Testsuite: more detail in dsearch testcase output --- test/scripts/2500-dsearch/2500 | 9 ++++++--- test/stdout/2500 | 6 ++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/test/scripts/2500-dsearch/2500 b/test/scripts/2500-dsearch/2500 index a1f4ac18b..993c361c8 100644 --- a/test/scripts/2500-dsearch/2500 +++ b/test/scripts/2500-dsearch/2500 @@ -1,6 +1,9 @@ # 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}} **** diff --git a/test/stdout/2500 b/test/stdout/2500 index 5ee50c37c..8ff2378cc 100644 --- a/test/stdout/2500 +++ b/test/stdout/2500 @@ -1,4 +1,6 @@ -> 2500.tst -> FAIL +> ok: 2500.tst +> fail: FAIL +> Failed: failed to open TESTSUITE/dir_not_here for directory search: No such file or directory +> fail(case): FAIL > Failed: failed to open TESTSUITE/AUX-fixed for directory search: No such file or directory > -- 2.30.2