summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
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/;
}