[exim-cvs] Testsuite: ignore TCP Fast Open probe debug outpu…

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Testsuite: ignore TCP Fast Open probe debug output
Gitweb: https://git.exim.org/exim.git/commitdiff/9c487ba56fed466d931374cda2cba1e483a0b847
Commit:     9c487ba56fed466d931374cda2cba1e483a0b847
Parent:     a45431fa71165d56a6775099fad1c8806c593b0a
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Oct 30 13:59:18 2018 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Tue Oct 30 13:59:18 2018 +0000


    Testsuite: ignore TCP Fast Open probe debug output
---
 test/runtest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/test/runtest b/test/runtest
index f6e788f..3814261 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1117,7 +1117,7 @@ RESET_AFTER_EXTRA_LINE_READ:
     next if / in tls_advertise_requiretls?\? no \(end of list\)/;


     # TCP Fast Open
-    next if /^setsockopt FASTOPEN: Network Error/;
+    next if /^(ppppp )?setsockopt FASTOPEN: Network Error/;


     # Environment cleaning
     next if /\w+ in keep_environment\? (yes|no)/;