diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-10-26 23:35:32 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-10-26 23:35:32 +0000 |
commit | 41fdef91b0872ea275e5ff41af06d61ca4649ea7 (patch) | |
tree | 097efd7552aa03ec4f9c44887c11c65f616eb2b8 /test/src | |
parent | f797c123446126b9ac1a9da9a722b2f2eedee9b1 (diff) |
Testsuite: output changes for ipv6
Diffstat (limited to 'test/src')
-rw-r--r-- | test/src/client.c | 2 |
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); } |