Commit 50037fb33de9681d63bb030bf7d0aca1acbda55a

Authored by Jay Berkenbilt
1 parent d86a4fae

Fix test case to not leave stray files behind

Showing 1 changed file with 2 additions and 2 deletions
qpdf/qtest/qpdf.test
... ... @@ -2470,13 +2470,13 @@ $td->runtest("check output",
2470 2470 $td->runtest("page splitting with fields",
2471 2471 {$td->COMMAND =>
2472 2472 "qpdf --static-id" .
2473   - " --split-pages fields-two-pages.pdf a.pdf"},
  2473 + " --split-pages fields-two-pages.pdf split-out.pdf"},
2474 2474 {$td->STRING => "", $td->EXIT_STATUS => 0},
2475 2475 $td->NORMALIZE_NEWLINES);
2476 2476 for (my $i = 1; $i <= 2; ++$i)
2477 2477 {
2478 2478 $td->runtest("check output",
2479   - {$td->FILE => "a-$i.pdf"},
  2479 + {$td->FILE => "split-out-$i.pdf"},
2480 2480 {$td->FILE => "fields-split-$i.pdf"});
2481 2481 }
2482 2482  
... ...