test475: verify a 72K ASCII FTP upload

Extended the test format and runtest.pl so that the verify/upload part
can be marked using crlf newlines even when the client/file does not
have it.

Closes #14717
This commit is contained in:
Daniel Stenberg 2024-08-29 09:53:28 +02:00
parent cc8b813765
commit ee17f35d43
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 53 additions and 2 deletions

View file

@ -1489,6 +1489,9 @@ sub singletest_check {
eval $strip;
}
}
if($hash{'crlf'}) {
subnewlines(1, \$_) for @upload;
}
$res = compare($runnerid, $testnum, $testname, "upload", \@out, \@upload);
if ($res) {