diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-12-17 10:09:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-12-17 10:09:06 +0000 |
commit | ff54a74b4d3398bf32c4f0f64c0f76852918080c (patch) | |
tree | bb8b57e0eb38f41ba8c72ed3a64a076303ae299f | |
parent | ccf65be0a463f8813e1bafb5db7c6334a0b08b28 (diff) |
duplicate ! typo
-rwxr-xr-x | tests/runtests.pl | 4 |
1 files changed, 2 insertions, 2 deletions
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"; } |