From 4b879a75935f8a8a4fd6ec8713deb3d681359670 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 2 Dec 2008 16:40:04 -0500 Subject: [PATCH] ENH: disable ftp check because it is no longer active on public --- Utilities/cmcurl/Testing/curltest.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Utilities/cmcurl/Testing/curltest.c b/Utilities/cmcurl/Testing/curltest.c index c21774a08..67c142f17 100644 --- a/Utilities/cmcurl/Testing/curltest.c +++ b/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; }