From ff54a74b4d3398bf32c4f0f64c0f76852918080c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 17 Dec 2004 10:09:06 +0000 Subject: duplicate ! typo --- tests/runtests.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/runtests.pl b/tests/runtests.pl index d8bc65673..dc4aae4b1 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"; } -- cgit v1.2.3