aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 07d23ae5c..386ed6faf 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -230,7 +230,7 @@ my %skipped; # skipped{reason}=counter, reasons for skip
my @teststat; # teststat[testnum]=reason, reasons for skip
my %disabled_keywords; # key words of tests to skip
my %enabled_keywords; # key words of tests to run
-my %disabled; # disabled test cases
+my %disabled; # disabled test cases
my $sshdid; # for socks server, ssh daemon version id
my $sshdvernum; # for socks server, ssh daemon version number
@@ -2265,7 +2265,7 @@ sub checksystem {
$has_polarssl=1;
$has_openssl=1;
$ssllib="polarssl";
- }
+ }
elsif ($libcurl =~ /axtls/i) {
$has_axtls=1;
$ssllib="axTLS";
@@ -3680,7 +3680,7 @@ sub startservers {
}
}
elsif($what eq "ftp2") {
- if($torture && $run{'ftp2'} &&
+ if($torture && $run{'ftp2'} &&
!responsive_pingpong_server("ftp", "2", $verbose)) {
stopserver('ftp2');
}