aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qtest/parse-content.test
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtest/parse-content.test')
-rw-r--r--examples/qtest/parse-content.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/qtest/parse-content.test b/examples/qtest/parse-content.test
index a73566f8..6a9d94fc 100644
--- a/examples/qtest/parse-content.test
+++ b/examples/qtest/parse-content.test
@@ -10,8 +10,8 @@ require TestDriver;
my $td = new TestDriver('pdf-parse-content');
$td->runtest("parse content",
- {$td->COMMAND => "pdf-parse-content input.pdf 1"},
- {$td->FILE => "content.out", $td->EXIT_STATUS => 0},
- $td->NORMALIZE_NEWLINES);
+ {$td->COMMAND => "pdf-parse-content input.pdf 1"},
+ {$td->FILE => "content.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
$td->report(1);