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
/
src
/
client.c
diff --git
a/test/src/client.c
b/test/src/client.c
index cd2194af126f707f675aeb28283c8c4e040458f1..251f58696a4405eb4ac77d9f77789a1c620f68bd 100644
(file)
--- a/
test/src/client.c
+++ b/
test/src/client.c
@@
-480,7
+480,14
@@
return session;
*************************************************/
const char * const HELP_MESSAGE = "\n\
*************************************************/
const char * const HELP_MESSAGE = "\n\
-Usage: client\n\
+Usage: client\n"
+#ifdef HAVE_TLS
+"\
+ [-tls-on-connect]\n\
+ [-ocsp]\n"
+#endif
+"\
+ [-tn] n seconds timeout\n\
<IP address>\n\
<port>\n\
[<outgoing interface>]\n\
<IP address>\n\
<port>\n\
[<outgoing interface>]\n\