From f60f51721c656a96afa5ba9b6a5913a705f6bc60 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 11 Jun 2021 14:26:32 +0200 Subject: [PATCH] runtests: init $VERSION to avoid warnings when using -l --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index 139070eb2..d018ace52 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