Testsuite: ignore TCP Fast Open probe debug output
authorJeremy Harris <jgh146exb@wizmail.org>
Tue, 30 Oct 2018 13:59:18 +0000 (13:59 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Tue, 30 Oct 2018 13:59:18 +0000 (13:59 +0000)
test/runtest

index f6e788f2f33fb2c863b9f69e5807e41db65a8df9..3814261f38445bf00329606d3bb4dadb0fa15ad5 100755 (executable)
@@ -1117,7 +1117,7 @@ RESET_AFTER_EXTRA_LINE_READ:
     next if / in tls_advertise_requiretls?\? no \(end of list\)/;
 
     # TCP Fast Open
     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)/;
 
     # Environment cleaning
     next if /\w+ in keep_environment\? (yes|no)/;