git://git.exim.org
/
users
/
jgh
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adb2183
)
Testsuite: better non-TFO-system debug handling
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 20 Jul 2019 21:47:57 +0000
(22:47 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 20 Jul 2019 21:47:57 +0000
(22:47 +0100)
test/runtest
patch
|
blob
|
history
diff --git
a/test/runtest
b/test/runtest
index 7ad54e29a336d632ebc9f6eb45fcaad736f0ea11..8515e2f320135fac1edde8433513324efc31206c 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-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/;
}