diff options
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index 68d46e490..2fdcf603a 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -1181,6 +1181,8 @@ sub startservers { $run{'ftp'}=$pid; } if(!$run{'ftps'}) { + return 2; + $pid = runftpsserver($verbose); if($pid <= 0) { return 2; |