diff options
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/lib500.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/libtest/lib500.c b/tests/libtest/lib500.c index 51680fc31..812fb0dd5 100644 --- a/tests/libtest/lib500.c +++ b/tests/libtest/lib500.c @@ -76,6 +76,9 @@ int test(char *URL) test_setopt(curl, CURLOPT_URL, URL); test_setopt(curl, CURLOPT_HEADER, 1L); + if(libtest_arg3 && !strcmp(libtest_arg3, "activeftp")) + test_setopt(curl, CURLOPT_FTPPORT, "-"); + setupcallbacks(curl); res = curl_easy_perform(curl); |