Testsuite: fix platforn TFO nonsupprt munge
[users/jgh/exim.git] / test / runtest
index 53fccf4398c805fe091f3122c7a20e4c9d6056d6..b8e97024d44cfc383c3c39cc57ddcd83e7dae82a 100755 (executable)
@@ -1080,6 +1080,7 @@ RESET_AFTER_EXTRA_LINE_READ:
       {
       $_ .= <IN>;
       s/ \.\.\. >>> / ... /;
+      s/Network is unreachable/Network Error/;
       }
 
     next if /^(ppppp )?setsockopt FASTOPEN: Protocol not available$/;
@@ -1497,9 +1498,6 @@ $munges =
 
     'timeout_errno' =>         # actual errno differs Solaris vs. Linux
     { 'mainlog' => 's/(host deferral .* errno) <\d+> /$1 <EEE> /' },
-
-    'net_unreach' =>           # platforms not supporting TCP Fast Open difference
-    { 'stderr' => 's/failed: Network Error/failed: Network is unreachanble/' },
   };