summaryrefslogtreecommitdiff
path: root/test/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-10-26 23:35:32 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2014-10-26 23:35:32 +0000
commit41fdef91b0872ea275e5ff41af06d61ca4649ea7 (patch)
tree097efd7552aa03ec4f9c44887c11c65f616eb2b8 /test/src
parentf797c123446126b9ac1a9da9a722b2f2eedee9b1 (diff)
Testsuite: output changes for ipv6
Diffstat (limited to 'test/src')
-rw-r--r--test/src/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/client.c b/test/src/client.c
index 614c2c557..a983896b1 100644
--- a/test/src/client.c
+++ b/test/src/client.c
@@ -717,7 +717,7 @@ an externally applied timeout if the signal handler has been run. */
if (rc < 0)
{
close(sock);
- printf("failed: %s\n", strerror(save_errno));
+ printf("connect failed: %s\n", strerror(save_errno));
exit(85);
}