diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-10-30 13:59:18 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-10-30 13:59:18 +0000 |
commit | 9c487ba56fed466d931374cda2cba1e483a0b847 (patch) | |
tree | 35626b64b4d4e2f7fa945a215d1c10fb1b65e4b3 /test | |
parent | a45431fa71165d56a6775099fad1c8806c593b0a (diff) |
Testsuite: ignore TCP Fast Open probe debug output
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 2 |
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)/; |