mirror of
https://github.com/curl/curl.git
synced 2026-06-07 21:44:15 +03:00
test1275.pl: initialize $errors
This commit is contained in:
parent
0f7a83d7ee
commit
34472f7dc1
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue