summaryrefslogtreecommitdiff
path: root/test/src/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/client.c')
-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 2c90d565c..4ac130df2 100644
--- a/test/src/client.c
+++ b/test/src/client.c
@@ -712,7 +712,7 @@ int rc;
FILE * new_f;
if (!(new_f = fopen(outbuffer+4 , "r")))
{
- printf("Unable to open '%s': %s", inptr, sys_errlist[errno]);
+ printf("Unable to open '%s': %s", inptr, strerror(errno));
exit(74);
}
do_file(srv, new_f, timeout, inbuffer, bsiz, inptr);