From: Dan Fandrich Date: Wed, 21 Dec 2011 02:31:53 +0000 (-0800) Subject: runtests.pl: Fixed perl warning when using the -l option X-Git-Tag: curl-7_24_0~101 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba238e3a1830c1cd9d162b4a32503ea28d5191d0;p=thirdparty%2Fcurl.git runtests.pl: Fixed perl warning when using the -l option --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 54eb53951b..07d23ae5c8 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;