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.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qtest/invert-images.test b/examples/qtest/invert-images.test
index d1e3c939..7986d0fd 100644
--- a/examples/qtest/invert-images.test
+++ b/examples/qtest/invert-images.test
@@ -20,8 +20,8 @@ $td->runtest("invert images",
$td->NORMALIZE_NEWLINES);
$td->runtest("check output",
- {$td->FILE => "a.pdf"},
- {$td->FILE => "out.pdf"});
+ {$td->COMMAND => "qpdf-test-compare a.pdf out.pdf"},
+ {$td->FILE => "out.pdf", $td->EXIT_STATUS => 0});
cleanup();