diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-11-24 07:17:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-11-24 07:17:16 +0000 |
commit | dac045029a14c1fdc03af0323ebecd545464a905 (patch) | |
tree | e70b34a350a4575d7a1263f87fea61ed75a7020d | |
parent | 1e98727c552ced5f8c7587f64ab69c6eaab743dd (diff) |
disable ftps-tests for now, we must make them work with the updated ftps
functionality
-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; |