diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-07-20 22:47:57 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-07-20 22:47:57 +0100 |
commit | 3b44d6d3fb4ef9b53bfa9494bf444c11aba030cb (patch) | |
tree | f562fcf4e7949a5f3e8bb57be2c0034fc9752dbe /test | |
parent | adb21834f3684b6484d8c2214ee4c3c9c504d632 (diff) |
Testsuite: better non-TFO-system debug handling
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index 7ad54e29a..8515e2f32 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/; } |