aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1420
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-09-07 12:09:29 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-09-07 12:09:29 +0100
commitbe83356e5eeb80160976be65f0faea914db97b69 (patch)
treeb66bdd187c0fa077625b9fa3e23661835d2f0d5c /tests/data/test1420
parent797d56cbd889d773e38344afd2f3f17178ab8488 (diff)
test1420: Removed unnecessary CURLOPT setting
Diffstat (limited to 'tests/data/test1420')
-rw-r--r--tests/data/test14201
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/data/test1420 b/tests/data/test1420
index b58dc4dc1..79ca675a7 100644
--- a/tests/data/test1420
+++ b/tests/data/test1420
@@ -62,7 +62,6 @@ int main(int argc, char *argv[])
hnd = curl_easy_init();
curl_easy_setopt(hnd, CURLOPT_URL, "imap://%HOSTIP:%IMAPPORT/1420/;UID=1");
curl_easy_setopt(hnd, CURLOPT_HEADER, 1L);
- curl_easy_setopt(hnd, CURLOPT_DIRLISTONLY, 1L);
curl_easy_setopt(hnd, CURLOPT_USERPWD, "user:secret");
curl_easy_setopt(hnd, CURLOPT_USERAGENT, "stripped");
curl_easy_setopt(hnd, CURLOPT_MAXREDIRS, 50L);