1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 16:48:49 -05:00

runtests: init $VERSION to avoid warnings when using -l

This commit is contained in:
Daniel Stenberg 2021-06-11 14:26:32 +02:00
parent a5adf8cb14
commit f60f51721c
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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