aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2011-12-20 18:31:53 -0800
committerDan Fandrich <dan@coneharvesters.com>2011-12-20 18:31:53 -0800
commitba238e3a1830c1cd9d162b4a32503ea28d5191d0 (patch)
tree00273aaf948564c1492c519202c1116cac1dd484 /tests/runtests.pl
parent4bb140bfc950be289460227fd1dd602f97c518fe (diff)
runtests.pl: Fixed perl warning when using the -l option
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 54eb53951..07d23ae5c 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -216,7 +216,7 @@ my $has_yassl; # built with yassl
my $has_polarssl;# built with polarssl
my $has_axtls; # built with axTLS
-my $has_shared; # built shared
+my $has_shared = "unknown"; # built shared
my $ssllib; # name of the lib we use (for human presentation)
my $has_crypto; # set if libcurl is built with cryptographic support
@@ -254,7 +254,7 @@ my $testnumcheck; # test number, set in singletest sub.
my %oldenv;
#######################################################################
-# variables the command line options may set
+# variables that command line options may set
#
my $short;