From: Daniel Stenberg Date: Fri, 11 Jun 2021 12:26:32 +0000 (+0200) Subject: runtests: init $VERSION to avoid warnings when using -l X-Git-Tag: curl-7_78_0~149 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f60f51721c656a96afa5ba9b6a5913a705f6bc60;p=thirdparty%2Fcurl.git runtests: init $VERSION to avoid warnings when using -l --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 139070eb2d..d018ace52c 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -168,7 +168,7 @@ my $proxy_address; my %custom_skip_reasons; my $SSHSRVMD5 = "[uninitialized]"; # MD5 of ssh server public key -my $VERSION; # curl's reported version number +my $VERSION=""; # curl's reported version number my $srcdir = $ENV{'srcdir'} || '.'; my $CURL="../src/curl".exe_ext('TOOL'); # what curl executable to run on the tests