mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 09:08:49 -05:00
runtests: init $VERSION to avoid warnings when using -l
This commit is contained in:
parent
a5adf8cb14
commit
f60f51721c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user