mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-23 03:18:59 +00:00
Remove accidentally-committed file and fix test that created it
This commit is contained in:
parent
1886673d7e
commit
8fc453b724
@ -9,6 +9,8 @@ require TestDriver;
|
|||||||
|
|
||||||
my $td = new TestDriver('pdf-filter-tokens');
|
my $td = new TestDriver('pdf-filter-tokens');
|
||||||
|
|
||||||
|
cleanup();
|
||||||
|
|
||||||
$td->runtest("filter tokens",
|
$td->runtest("filter tokens",
|
||||||
{$td->COMMAND => "pdf-filter-tokens in.pdf a.pdf"},
|
{$td->COMMAND => "pdf-filter-tokens in.pdf a.pdf"},
|
||||||
{$td->STRING => "", $td->EXIT_STATUS => 0});
|
{$td->STRING => "", $td->EXIT_STATUS => 0});
|
||||||
@ -17,4 +19,11 @@ $td->runtest("check output",
|
|||||||
{$td->FILE => "a.pdf"},
|
{$td->FILE => "a.pdf"},
|
||||||
{$td->FILE => "out.pdf"});
|
{$td->FILE => "out.pdf"});
|
||||||
|
|
||||||
|
cleanup();
|
||||||
|
|
||||||
$td->report(2);
|
$td->report(2);
|
||||||
|
|
||||||
|
sub cleanup
|
||||||
|
{
|
||||||
|
unlink 'a.pdf';
|
||||||
|
}
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user