diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-06-11 14:26:32 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-06-11 14:26:32 +0200 |
commit | f60f51721c656a96afa5ba9b6a5913a705f6bc60 (patch) | |
tree | 4ebec53afd7ad3912b26258c307202c947fffc43 /tests | |
parent | a5adf8cb1476119e940e6b1113669be096ac3347 (diff) | |
download | curl-f60f51721c656a96afa5ba9b6a5913a705f6bc60.tar.gz |
runtests: init $VERSION to avoid warnings when using -l
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |