summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-23 01:50:23 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-23 01:51:36 +0100
commit50037fb33de9681d63bb030bf7d0aca1acbda55a (patch)
tree21e7ca93f311b6a9e52cc9cf14c2a92f8c8f882d
parentd86a4faeeb75c35c2a26a6c55cede49f397f70a2 (diff)
downloadqpdf-50037fb33de9681d63bb030bf7d0aca1acbda55a.tar.zst
Fix test case to not leave stray files behind
-rw-r--r--qpdf/qtest/qpdf.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpdf/qtest/qpdf.test b/qpdf/qtest/qpdf.test
index ff660118..2f12d397 100644
--- a/qpdf/qtest/qpdf.test
+++ b/qpdf/qtest/qpdf.test
@@ -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"});
}