testcurl.pl: fix warnings 1

This commit is contained in:
Viktor Szakats 2025-07-14 19:42:05 +02:00
parent 0c796e32e3
commit 80b1b130ce
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -77,6 +77,9 @@ use vars qw($name $email $desc $confopts $runtestopts $setupfile $mktarball
$extvercmd $nogitpull $nobuildconf $crosscompile
$timestamp $notes);
$notes='';
$runtestopts='';
# version of this script
$version='2024-11-28';
$fixed=0;