From 4eefce5a63e6f3f335d79524ead370765095f062 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 19 Nov 2016 13:37:02 +0000 Subject: [PATCH] Testsuite: Munge for platform TFO nonsupport --- test/runtest | 4 +++- test/scripts/0000-Basic/0388 | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/test/runtest b/test/runtest index 1243725c5..53fccf439 100755 --- a/test/runtest +++ b/test/runtest @@ -1497,6 +1497,9 @@ $munges = 'timeout_errno' => # actual errno differs Solaris vs. Linux { 'mainlog' => 's/(host deferral .* errno) <\d+> /$1 /' }, + + '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) diff --git a/test/scripts/0000-Basic/0388 b/test/scripts/0000-Basic/0388 index ec2d798fd..a451ec7b6 100644 --- a/test/scripts/0000-Basic/0388 +++ b/test/scripts/0000-Basic/0388 @@ -1,5 +1,6 @@ # Recipient errors and hosts_max_try need_ipv4 +munge net_unreach # exim -odq x@y **** -- 2.30.2