summaryrefslogtreecommitdiff
path: root/tests/data/test1420
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1420')
-rw-r--r--tests/data/test14201
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/test1420 b/tests/data/test1420
index 057ecc477..4b8d7bbf4 100644
--- a/tests/data/test1420
+++ b/tests/data/test1420
@@ -67,6 +67,7 @@ int main(int argc, char *argv[])
curl_easy_setopt(hnd, CURLOPT_URL, "imap://%HOSTIP:%IMAPPORT/1420/;MAILINDEX=1");
curl_easy_setopt(hnd, CURLOPT_USERPWD, "user:secret");
curl_easy_setopt(hnd, CURLOPT_VERBOSE, 1L);
+ curl_easy_setopt(hnd, CURLOPT_FTP_SKIP_PASV_IP, 1L);
curl_easy_setopt(hnd, CURLOPT_TCP_KEEPALIVE, 1L);
/* Here is a list of options the curl code used that cannot get generated