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:
b3200ce
)
Testsuite another platform difference in errstr
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 19 Nov 2016 17:35:12 +0000
(17:35 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 19 Nov 2016 17:35:12 +0000
(17:35 +0000)
test/runtest
patch
|
blob
|
history
diff --git
a/test/runtest
b/test/runtest
index b8e97024d44cfc383c3c39cc57ddcd83e7dae82a..531931535b981615e5d9784a22aad453983fb975 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-1080,6
+1080,7
@@
RESET_AFTER_EXTRA_LINE_READ:
{
$_ .= <IN>;
s/ \.\.\. >>> / ... /;
+ s/Address family not supported by protocol family/Network Error/;
s/Network is unreachable/Network Error/;
}