Improve large file test output

This commit is contained in:
Jay Berkenbilt 2022-03-12 08:17:20 -05:00 committed by Jay Berkenbilt
parent c0a231bf32
commit 6941923ca9
1 changed files with 1 additions and 1 deletions

View File

@ -5529,7 +5529,7 @@ for (my $large = 0; $large < $nlarge; ++$large)
" --object-streams=$omode" .
" $lin '$file' '$newfile'"},
{$td->STRING => "", $td->EXIT_STATUS => 0});
$td->runtest("read test file",
$td->runtest("read: ostream=$ostream, linearize=$linearize",
{$td->COMMAND =>
"test_large_file read $size '$newfile'"},
{$td->FILE => "large_file.out", $td->EXIT_STATUS => 0},