From be83356e5eeb80160976be65f0faea914db97b69 Mon Sep 17 00:00:00 2001
From: Steve Holme <steve_holme@hotmail.com>
Date: Sun, 7 Sep 2014 12:09:29 +0100
Subject: [PATCH] test1420: Removed unnecessary CURLOPT setting

---
 tests/data/test1420 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/data/test1420 b/tests/data/test1420
index b58dc4dc11..79ca675a7b 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);
-- 
GitLab