aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-09-10 01:23:21 +0200
committerYang Tse <yangsita@gmail.com>2011-09-10 01:23:21 +0200
commit0413e248911cb16c6587f06ae6bdadbc4531d690 (patch)
treec386365caa94f0a71fa95f69edbc87e9ca5422ec /tests
parentbe8e68494cddce8ef6bddb2e5d00b554675a8ce4 (diff)
runtests.pl: replace TAB with spaces
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 94c05ab8c..ba986b756 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -2118,10 +2118,10 @@ sub checksystem {
$has_openssl=1;
$ssllib="polarssl";
}
- elsif ($libcurl =~ /axtls/i) {
- $has_axtls=1;
- $ssllib="axTLS";
- }
+ elsif ($libcurl =~ /axtls/i) {
+ $has_axtls=1;
+ $ssllib="axTLS";
+ }
}
elsif($_ =~ /^Protocols: (.*)/i) {
# these are the protocols compiled in to this libcurl
@@ -2825,7 +2825,7 @@ sub singletest {
}
elsif(!$tool) {
# run curl, add --verbose for debug information output
- $cmd = "-1 ".$cmd if(exists $feature{"SSL"} && ($has_axtls));
+ $cmd = "-1 ".$cmd if(exists $feature{"SSL"} && ($has_axtls));
my $inc="";
if((!$cmdhash{'option'}) || ($cmdhash{'option'} !~ /no-include/)) {