From 34472f7dc141d2b06330590081d09455d87df6b3 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 10 Jul 2025 00:03:41 +0200 Subject: [PATCH] test1275.pl: initialize $errors --- tests/test1275.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test1275.pl b/tests/test1275.pl index fd8bbfc0f4..d9df8cec9c 100755 --- a/tests/test1275.pl +++ b/tests/test1275.pl @@ -30,7 +30,7 @@ my $root=$ARGV[0] || ".."; my @m = `git ls-files -- $root`; -my $errors; +my $errors = 0; my %accepted=('curl' => 1, 'libcurl' => 1,