summaryrefslogtreecommitdiff
path: root/tests/libtest/lib658.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib658.c')
-rw-r--r--tests/libtest/lib658.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/libtest/lib658.c b/tests/libtest/lib658.c
index 85738d0c1..1d10c6d33 100644
--- a/tests/libtest/lib658.c
+++ b/tests/libtest/lib658.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -48,7 +48,8 @@ int test(char *URL)
uc = curl_url_set(urlp, CURLUPART_URL, URL, 0);
if(uc) {
- fprintf(stderr, "problem setting CURLUPART_URL.");
+ fprintf(stderr, "problem setting CURLUPART_URL: %s.",
+ curl_url_strerror(uc));
goto test_cleanup;
}