runtests.pl: replace TAB with spaces
This commit is contained in:
parent
be8e68494c
commit
0413e24891
@ -2118,10 +2118,10 @@ sub checksystem {
|
|||||||
$has_openssl=1;
|
$has_openssl=1;
|
||||||
$ssllib="polarssl";
|
$ssllib="polarssl";
|
||||||
}
|
}
|
||||||
elsif ($libcurl =~ /axtls/i) {
|
elsif ($libcurl =~ /axtls/i) {
|
||||||
$has_axtls=1;
|
$has_axtls=1;
|
||||||
$ssllib="axTLS";
|
$ssllib="axTLS";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
elsif($_ =~ /^Protocols: (.*)/i) {
|
elsif($_ =~ /^Protocols: (.*)/i) {
|
||||||
# these are the protocols compiled in to this libcurl
|
# these are the protocols compiled in to this libcurl
|
||||||
@ -2825,7 +2825,7 @@ sub singletest {
|
|||||||
}
|
}
|
||||||
elsif(!$tool) {
|
elsif(!$tool) {
|
||||||
# run curl, add --verbose for debug information output
|
# 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="";
|
my $inc="";
|
||||||
if((!$cmdhash{'option'}) || ($cmdhash{'option'} !~ /no-include/)) {
|
if((!$cmdhash{'option'}) || ($cmdhash{'option'} !~ /no-include/)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user