mirror of
https://github.com/curl/curl.git
synced 2026-07-21 02:37:17 +03:00
runtests: init $VERSION to avoid warnings when using -l
This commit is contained in:
parent
a5adf8cb14
commit
f60f51721c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue