mirror of
https://github.com/curl/curl.git
synced 2026-07-24 02:17:17 +03:00
disable ftps-tests for now, we must make them work with the updated ftps
functionality
This commit is contained in:
parent
1e98727c55
commit
dac045029a
1 changed files with 2 additions and 0 deletions
|
|
@ -1181,6 +1181,8 @@ sub startservers {
|
|||
$run{'ftp'}=$pid;
|
||||
}
|
||||
if(!$run{'ftps'}) {
|
||||
return 2;
|
||||
|
||||
$pid = runftpsserver($verbose);
|
||||
if($pid <= 0) {
|
||||
return 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue