From dac045029a14c1fdc03af0323ebecd545464a905 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 24 Nov 2003 07:17:16 +0000 Subject: disable ftps-tests for now, we must make them work with the updated ftps functionality --- tests/runtests.pl | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.3