From 80b1b130ceabe3d04b032dc584b55321bf3c5fa8 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 14 Jul 2025 19:42:05 +0200 Subject: [PATCH] testcurl.pl: fix warnings 1 --- tests/testcurl.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/testcurl.pl b/tests/testcurl.pl index d08074253d..d46e42535c 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -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;