aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qtest/filter-tokens.test
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtest/filter-tokens.test')
-rw-r--r--examples/qtest/filter-tokens.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/qtest/filter-tokens.test b/examples/qtest/filter-tokens.test
index e7e458ac..3275dbc4 100644
--- a/examples/qtest/filter-tokens.test
+++ b/examples/qtest/filter-tokens.test
@@ -12,12 +12,12 @@ 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});
+ {$td->COMMAND => "pdf-filter-tokens in.pdf a.pdf"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0});
$td->runtest("check output",
- {$td->FILE => "a.pdf"},
- {$td->FILE => "out.pdf"});
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "out.pdf"});
cleanup();