aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qtest/count-strings.test
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtest/count-strings.test')
-rw-r--r--examples/qtest/count-strings.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qtest/count-strings.test b/examples/qtest/count-strings.test
index ba3f835b..c56d1b62 100644
--- a/examples/qtest/count-strings.test
+++ b/examples/qtest/count-strings.test
@@ -10,8 +10,8 @@ require TestDriver;
my $td = new TestDriver('pdf-count-strings');
$td->runtest("filter tokens",
- {$td->COMMAND => "pdf-count-strings in.pdf"},
- {$td->FILE => "out", $td->EXIT_STATUS => 0},
+ {$td->COMMAND => "pdf-count-strings in.pdf"},
+ {$td->FILE => "out", $td->EXIT_STATUS => 0},
$td->NORMALIZE_NEWLINES);
$td->report(1);