فهرست منبع

ENH: disable ftp check because it is no longer active on public

Bill Hoffman 17 سال پیش
والد
کامیت
4b879a7593
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      Utilities/cmcurl/Testing/curltest.c

+ 2 - 1
Utilities/cmcurl/Testing/curltest.c

@@ -137,7 +137,8 @@ int main(/*int argc, char **argv*/)
   retVal += GetWebFile();
 
   /* Do not check the output of FTP socks5 cannot handle FTP yet */
-  GetFtpFile();
+  /* GetFtpFile(); */
+  /* do not test ftp right now because we don't enable that port */
   curl_global_cleanup();
   return retVal;
 }