From: Yang Tse Date: Fri, 9 Sep 2011 23:23:21 +0000 (+0200) Subject: runtests.pl: replace TAB with spaces X-Git-Tag: curl-7_22_0~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0413e248911cb16c6587f06ae6bdadbc4531d690;p=thirdparty%2Fcurl.git runtests.pl: replace TAB with spaces --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 94c05ab8c9..ba986b7561 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/)) {