test1275.pl: initialize $errors

This commit is contained in:
Viktor Szakats 2025-07-10 00:03:41 +02:00
parent 0f7a83d7ee
commit 34472f7dc1
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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,