mirror of
https://github.com/curl/curl.git
synced 2026-07-27 01:57:15 +03:00
test1707.pl: initialize $error
This commit is contained in:
parent
a0bbb9776b
commit
0f7a83d7ee
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ while(<R>) {
|
|||
}
|
||||
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue