aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qtest/invert-images.test
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtest/invert-images.test')
-rw-r--r--examples/qtest/invert-images.test14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/qtest/invert-images.test b/examples/qtest/invert-images.test
index 33ffca47..d1e3c939 100644
--- a/examples/qtest/invert-images.test
+++ b/examples/qtest/invert-images.test
@@ -12,16 +12,16 @@ my $td = new TestDriver('invert-images');
cleanup();
$td->runtest("invert images",
- {$td->COMMAND => ['pdf-invert-images', ' --static-id',
+ {$td->COMMAND => ['pdf-invert-images', ' --static-id',
'in.pdf', 'a.pdf']},
- {$td->STRING =>
- "pdf-invert-images: new file written to a.pdf\n",
- $td->EXIT_STATUS => 0},
- $td->NORMALIZE_NEWLINES);
+ {$td->STRING =>
+ "pdf-invert-images: new file written to a.pdf\n",
+ $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
$td->runtest("check output",
- {$td->FILE => "a.pdf"},
- {$td->FILE => "out.pdf"});
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "out.pdf"});
cleanup();