summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-11-11 18:30:22 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2018-11-11 18:36:50 +0000
commitfc1c08204f41dc2ac4200677c2c60c6fe6c5c3b7 (patch)
tree6d50328899379548b7309c73544b4da5a4a20d8a /test/runtest
parente462483c2acf9ecc99e993cc9b73c1aed3ab994a (diff)
Testsuite: account for hostname-dependent output in debug output
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/runtest b/test/runtest
index f90643ca6..62d49adf3 100755
--- a/test/runtest
+++ b/test/runtest
@@ -476,7 +476,7 @@ RESET_AFTER_EXTRA_LINE_READ:
# more_errno values in exim_dumpdb output which are times
s/T:(\S+)\s-22\s(\S+)\s/T:$1 -22 xxxx /;
- # port numbers
+ # port numbers in dumpdb output
s/T:([a-z.]+(:[0-9.]+)?):$parm_port_n /T:$1:PORT_N /;
@@ -1166,8 +1166,8 @@ RESET_AFTER_EXTRA_LINE_READ:
s/Address family not supported by protocol family/Network Error/;
s/Network is unreachable/Network Error/;
}
-
next if /^(ppppp )?setsockopt FASTOPEN: Protocol not available$/;
+ s/^(Connecting to .* \.\.\. sending) \d+ (nonTFO early-data)$/$1 dd $2/;
# Specific pointer values reported for DB operations change from run to run
s/^(\s*returned from EXIM_DBOPEN: )(0x)?[0-9a-f]+/${1}0xAAAAAAAA/;