[exim-cvs] Testsuite: more detail in dsearch testcase output

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Testsuite: more detail in dsearch testcase output
Gitweb: https://git.exim.org/exim.git/commitdiff/548b76ed9d29909e67cc76449956f1d5f870bfc4
Commit:     548b76ed9d29909e67cc76449956f1d5f870bfc4
Parent:     9c487ba56fed466d931374cda2cba1e483a0b847
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Oct 30 14:00:24 2018 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Tue Oct 30 14:00:24 2018 +0000


    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 a1f4ac1..993c361 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 5ee50c3..8ff2378 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
>