2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-11-02 19:49:43 +00:00

Fix test case to not leave stray files behind

This commit is contained in:
Jay Berkenbilt 2021-02-22 19:50:23 -05:00
parent d86a4faeeb
commit 50037fb33d

View File

@ -2470,13 +2470,13 @@ $td->runtest("check output",
$td->runtest("page splitting with fields",
{$td->COMMAND =>
"qpdf --static-id" .
" --split-pages fields-two-pages.pdf a.pdf"},
" --split-pages fields-two-pages.pdf split-out.pdf"},
{$td->STRING => "", $td->EXIT_STATUS => 0},
$td->NORMALIZE_NEWLINES);
for (my $i = 1; $i <= 2; ++$i)
{
$td->runtest("check output",
{$td->FILE => "a-$i.pdf"},
{$td->FILE => "split-out-$i.pdf"},
{$td->FILE => "fields-split-$i.pdf"});
}