Remove accidentally-committed file and fix test that created it

This commit is contained in:
Jay Berkenbilt 2021-02-23 10:04:56 -05:00
parent 1886673d7e
commit 8fc453b724
2 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,8 @@ require TestDriver;
my $td = new TestDriver('pdf-filter-tokens');
cleanup();
$td->runtest("filter tokens",
{$td->COMMAND => "pdf-filter-tokens in.pdf a.pdf"},
{$td->STRING => "", $td->EXIT_STATUS => 0});
@ -17,4 +19,11 @@ $td->runtest("check output",
{$td->FILE => "a.pdf"},
{$td->FILE => "out.pdf"});
cleanup();
$td->report(2);
sub cleanup
{
unlink 'a.pdf';
}

Binary file not shown.