[exim-dev] [Bug 1402] Test failure with upper-case chars in …

Top Page
Delete this message
Reply to this message
Author: Git Commit
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1402] Test failure with upper-case chars in path
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1402

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???





--- Comment #2 from Git Commit <git@???> 2013-10-19 15:17:06 ---
Git commit:
http://git.exim.org/exim.git/commitdiff/e2cebd74a09669f264fe51686a0ebcbe75463a6d

commit e2cebd74a09669f264fe51686a0ebcbe75463a6d
Author:     Todd Lyons <tlyons@???>
AuthorDate: Sat Oct 19 06:53:59 2013 -0700
Commit:     Todd Lyons <tlyons@???>
CommitDate: Sat Oct 19 06:53:59 2013 -0700


    Bugzilla 1402 - Handle upper case chars in tests


    Test 533 fails if there are any upper case chars in the path to the
      test suite. Added caseful_local_part=true to the router which calls
      the pipe.
---
 doc/doc-txt/ChangeLog |    7 +++++++
 test/confs/0533       |    1 +
 2 files changed, 8 insertions(+), 0 deletions(-)


diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 384cf97..1d848c9 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -252,6 +252,13 @@ TL/16 Bugzilla 1289 - Clarify host/ip processing when have
errors looking up a

TL/17 Bugzilla 1057 - Multiple clamd TCP targets patch from Mark Zealey.

+TL/18 Had previously added a -CONTINUE option to runtest in the test suite.
+      Missed a few lines, added it to make the runtest require no keyboard
+      interaction.
+
+TL/19 Bugzilla 1402 - Test 533 fails if any part of the path to the test suite
+      contains upper case chars. Make router use caseful_local_part.
+


Exim version 4.80.1
-------------------
diff --git a/test/confs/0533 b/test/confs/0533
index 9419943..c43b628 100644
--- a/test/confs/0533
+++ b/test/confs/0533
@@ -28,6 +28,7 @@ r2:
driver = redirect
local_part_prefix = pipe-
local_part_suffix = =*
+ caseful_local_part = true
data = |${substr_1:$local_part_suffix}
pipe_transport = t2



--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email