disable ftps-tests for now, we must make them work with the updated ftps

functionality
This commit is contained in:
Daniel Stenberg 2003-11-24 07:17:16 +00:00
parent 1e98727c55
commit dac045029a

View File

@ -1181,6 +1181,8 @@ sub startservers {
$run{'ftp'}=$pid;
}
if(!$run{'ftps'}) {
return 2;
$pid = runftpsserver($verbose);
if($pid <= 0) {
return 2;