Skip to content
Snippets Groups Projects
Commit dac04502 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

functionality
parent 1e98727c
No related branches found
No related tags found
No related merge requests found
......@@ -1181,6 +1181,8 @@ sub startservers {
$run{'ftp'}=$pid;
}
if(!$run{'ftps'}) {
return 2;
$pid = runftpsserver($verbose);
if($pid <= 0) {
return 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment