From a0bbb9776bdeca1601bbd1baa4ed9e04b0fe81ea Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 10 Jul 2025 00:01:54 +0200 Subject: [PATCH] test1488.pl: initialize $error --- tests/test1488.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test1488.pl b/tests/test1488.pl index 577d3f16ae..6f555f9bb5 100755 --- a/tests/test1488.pl +++ b/tests/test1488.pl @@ -53,7 +53,7 @@ my $root=$ARGV[0] || "."; # need an include directory when building out-of-tree my $i = ($ARGV[1]) ? "-I$ARGV[1] " : ''; -my $error; +my $error = 0; my $versions = $ARGV[2];