summaryrefslogtreecommitdiffstats
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.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/qtest/invert-images.test b/examples/qtest/invert-images.test
index 0dc15a28..0f5a2f1e 100644
--- a/examples/qtest/invert-images.test
+++ b/examples/qtest/invert-images.test
@@ -12,7 +12,8 @@ my $td = new TestDriver('invert-images');
cleanup();
$td->runtest("double page size",
- {$td->COMMAND => "pdf-invert-images in.pdf a.pdf"},
+ {$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},