aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-11-24 07:17:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-11-24 07:17:16 +0000
commitdac045029a14c1fdc03af0323ebecd545464a905 (patch)
treee70b34a350a4575d7a1263f87fea61ed75a7020d /tests
parent1e98727c552ced5f8c7587f64ab69c6eaab743dd (diff)
disable ftps-tests for now, we must make them work with the updated ftps
functionality
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl2
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;