]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
runtests: init $VERSION to avoid warnings when using -l
authorDaniel Stenberg <daniel@haxx.se>
Fri, 11 Jun 2021 12:26:32 +0000 (14:26 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 11 Jun 2021 12:26:32 +0000 (14:26 +0200)
tests/runtests.pl

index 139070eb2d1b311f4686e8128a383d05316778ee..d018ace52c1cc315cbd1a950a943f81bf73581c6 100755 (executable)
@@ -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