summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-10-30 13:59:18 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2018-10-30 13:59:18 +0000
commit9c487ba56fed466d931374cda2cba1e483a0b847 (patch)
tree35626b64b4d4e2f7fa945a215d1c10fb1b65e4b3 /test
parenta45431fa71165d56a6775099fad1c8806c593b0a (diff)
Testsuite: ignore TCP Fast Open probe debug output
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest
index f6e788f2f..3814261f3 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)/;