From: Daniel Stenberg Date: Fri, 17 Dec 2004 10:09:06 +0000 (+0000) Subject: duplicate ! typo X-Git-Tag: curl-7_12_3~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff54a74b4d3398bf32c4f0f64c0f76852918080c;p=thirdparty%2Fcurl.git duplicate ! typo --- diff --git a/tests/runtests.pl b/tests/runtests.pl index d8bc65673e..dc4aae4b13 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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"; }