summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-07-20 22:47:57 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2019-07-20 22:47:57 +0100
commit3b44d6d3fb4ef9b53bfa9494bf444c11aba030cb (patch)
treef562fcf4e7949a5f3e8bb57be2c0034fc9752dbe /test/runtest
parentadb21834f3684b6484d8c2214ee4c3c9c504d632 (diff)
Testsuite: better non-TFO-system debug handling
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest1
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/;
}