Testsuite: better non-TFO-system debug handling
[exim.git] / test / runtest
index 7ad54e29a336d632ebc9f6eb45fcaad736f0ea11..8515e2f320135fac1edde8433513324efc31206c 100755 (executable)
@@ -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/;
       }