aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib523.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib523.c')
-rw-r--r--tests/libtest/lib523.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libtest/lib523.c b/tests/libtest/lib523.c
index c6c8e2e31..9f485ffed 100644
--- a/tests/libtest/lib523.c
+++ b/tests/libtest/lib523.c
@@ -28,9 +28,9 @@ int test(char *URL)
curl_easy_setopt(curl, CURLOPT_PROXY, libtest_arg2);
curl_easy_setopt(curl, CURLOPT_URL, URL);
- curl_easy_setopt(curl, CURLOPT_PORT, 19999);
+ curl_easy_setopt(curl, CURLOPT_PORT, 19999L);
curl_easy_setopt(curl, CURLOPT_USERPWD, "xxx:yyy");
- curl_easy_setopt(curl, CURLOPT_VERBOSE, TRUE);
+ curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L);
res = curl_easy_perform(curl);