Testsuite: Munge for platform TFO nonsupport
authorJeremy Harris <jgh146exb@wizmail.org>
Sat, 19 Nov 2016 13:37:02 +0000 (13:37 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Sat, 19 Nov 2016 13:47:11 +0000 (13:47 +0000)
test/runtest
test/scripts/0000-Basic/0388

index 1243725c57685f488d0624491906cdc9968d329d..53fccf4398c805fe091f3122c7a20e4c9d6056d6 100755 (executable)
@@ -1497,6 +1497,9 @@ $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/' },
   };
 
 
@@ -3915,7 +3918,6 @@ foreach $test (@test_list)
 
   # The script has finished. Check the all the output that was generated. The
   # function returns 0 if all is well, 1 if we should rerun the test (the files
-  # function returns 0 if all is well, 1 if we should rerun the test (the files
   # have been updated). It does not return if the user responds Q to a prompt.
 
   if ($retry)
index ec2d798fdda257a230ca5ac0310b3faa692b85c0..a451ec7b6bb6e14b007212c8c0574a98825a668d 100644 (file)
@@ -1,5 +1,6 @@
 # Recipient errors and hosts_max_try
 need_ipv4
+munge net_unreach
 #
 exim -odq x@y
 ****