aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-17 10:09:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-17 10:09:06 +0000
commitff54a74b4d3398bf32c4f0f64c0f76852918080c (patch)
treebb8b57e0eb38f41ba8c72ed3a64a076303ae299f /tests
parentccf65be0a463f8813e1bafb5db7c6334a0b08b28 (diff)
duplicate ! typo
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl4
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";
}