aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib568.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib568.c')
-rw-r--r--tests/libtest/lib568.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libtest/lib568.c b/tests/libtest/lib568.c
index 97304fa58..044527499 100644
--- a/tests/libtest/lib568.c
+++ b/tests/libtest/lib568.c
@@ -93,6 +93,7 @@ int test(char *URL)
test_setopt(curl, CURLOPT_READDATA, sdpf);
test_setopt(curl, CURLOPT_UPLOAD, 1L);
test_setopt(curl, CURLOPT_INFILESIZE_LARGE, (curl_off_t) file_info.st_size);
+ test_setopt(curl, CURLOPT_VERBOSE, 1L);
/* Do the ANNOUNCE */
res = curl_easy_perform(curl);