diff --git a/tests/runtests.pl b/tests/runtests.pl index 68d46e490cddc6476e1696da0fcd2ffc71b8d0ff..2fdcf603acbb01f7e486d7cf42a34603c22a58fa 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;