mirror of
https://github.com/curl/curl.git
synced 2026-07-30 15:48:05 +03:00
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:
parent
cc8b813765
commit
ee17f35d43
4 changed files with 53 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue