From 0f7a83d7ee813e4865666dc860bc422a81b7d634 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 10 Jul 2025 00:03:02 +0200 Subject: [PATCH] test1707.pl: initialize $error --- tests/test1707.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test1707.pl b/tests/test1707.pl index 8ead104f22..3334fc56ef 100755 --- a/tests/test1707.pl +++ b/tests/test1707.pl @@ -98,7 +98,7 @@ while() { } close(R); -my $error; +my $error = 0; if(scalar(@curlout) != scalar(@txtout)) { printf "curl -h $opt is %d lines, $txt says %d lines\n", scalar(@curlout), scalar(@txtout);