[exim-cvs] Testsuite: better non-TFO-system debug handling

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Testsuite: better non-TFO-system debug handling
Gitweb: https://git.exim.org/exim.git/commitdiff/3b44d6d3fb4ef9b53bfa9494bf444c11aba030cb
Commit:     3b44d6d3fb4ef9b53bfa9494bf444c11aba030cb
Parent:     adb21834f3684b6484d8c2214ee4c3c9c504d632
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Jul 20 22:47:57 2019 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sat Jul 20 22:47:57 2019 +0100


    Testsuite: better non-TFO-system debug handling
---
 test/runtest | 1 +
 1 file changed, 1 insertion(+)


diff --git a/test/runtest b/test/runtest
index 7ad54e2..8515e2f 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1215,6 +1215,7 @@ RESET_AFTER_EXTRA_LINE_READ:
       {
       $_ .= <IN>;
       s/ \.\.\. >>> / ... /;
+      if (s/ non-TFO mode connection attempt to 224.0.0.0, 0 data\b$//) { $_ .= <IN>; }
       s/Address family not supported by protocol family/Network Error/;
       s/Network is unreachable/Network Error/;
       }