From: Daniel Stenberg Date: Mon, 24 Nov 2003 07:17:16 +0000 (+0000) Subject: disable ftps-tests for now, we must make them work with the updated ftps X-Git-Tag: curl-7_11_0~218 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dac045029a14c1fdc03af0323ebecd545464a905;p=thirdparty%2Fcurl.git disable ftps-tests for now, we must make them work with the updated ftps functionality --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 68d46e490c..2fdcf603ac 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;