]> granicus.if.org Git - curl/commitdiff
duplicate ! typo
authorDaniel Stenberg <daniel@haxx.se>
Fri, 17 Dec 2004 10:09:06 +0000 (10:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 17 Dec 2004 10:09:06 +0000 (10:09 +0000)
tests/runtests.pl

index d8bc65673eab5897dc50d456246912d640634270..dc4aae4b13686f50f49e6abcfee97ee9c3a50d7f 100755 (executable)
@@ -1492,7 +1492,7 @@ sub startservers {
                 # we can't run ftps tests without stunnel
                 return "no stunnel";
             }
-            if(!!$ssl_version) {
+            if(!$ssl_version) {
                 # we can't run ftps tests if libcurl is SSL-less
                 return "curl lacks SSL support";
             }
@@ -1523,7 +1523,7 @@ sub startservers {
                 # we can't run ftps tests without stunnel
                 return "no stunnel";
             }
-            if(!!$ssl_version) {
+            if(!$ssl_version) {
                 # we can't run ftps tests if libcurl is SSL-less
                 return "curl lacks SSL support";
             }