git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Testsuite: avoid IPv6 to avoid "no route to host" log lines
[users/heiko/exim.git]
/
test
/
runtest
diff --git
a/test/runtest
b/test/runtest
index 616ded37cc4a96f83f8fd5cd761664cdbb118dd8..df6132b98afc42f42b5ee143eca92da3a88f30e0 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-1378,6
+1378,9
@@
$munges =
'tls_anycipher' =>
{ 'mainlog' => 's/ X=TLS\S+ / X=TLS_proto_and_cipher /' },
+ 'debug_pid' =>
+ { 'stderr' => 's/\d{1,5}/ppppp/g' },
+
};