]> granicus.if.org Git - curl/commitdiff
test1420: Removed unnecessary CURLOPT setting
authorSteve Holme <steve_holme@hotmail.com>
Sun, 7 Sep 2014 11:09:29 +0000 (12:09 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 7 Sep 2014 11:09:29 +0000 (12:09 +0100)
tests/data/test1420

index b58dc4dc11454d9969f5a20111987a66c1221261..79ca675a7bf8846e0337c538d370d9a814acd175 100644 (file)
@@ -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);