]> granicus.if.org Git - curl/commitdiff
disable ftps-tests for now, we must make them work with the updated ftps
authorDaniel Stenberg <daniel@haxx.se>
Mon, 24 Nov 2003 07:17:16 +0000 (07:17 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 24 Nov 2003 07:17:16 +0000 (07:17 +0000)
functionality

tests/runtests.pl

index 68d46e490cddc6476e1696da0fcd2ffc71b8d0ff..2fdcf603acbb01f7e486d7cf42a34603c22a58fa 100755 (executable)
@@ -1181,6 +1181,8 @@ sub startservers {
                 $run{'ftp'}=$pid;
             }
             if(!$run{'ftps'}) {
+                return 2;
+
                 $pid = runftpsserver($verbose);
                 if($pid <= 0) {
                     return 2;