aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qtest/qpdfjob-remove-annotations.test
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtest/qpdfjob-remove-annotations.test')
-rw-r--r--examples/qtest/qpdfjob-remove-annotations.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qtest/qpdfjob-remove-annotations.test b/examples/qtest/qpdfjob-remove-annotations.test
index 32abf3ef..06f8f07a 100644
--- a/examples/qtest/qpdfjob-remove-annotations.test
+++ b/examples/qtest/qpdfjob-remove-annotations.test
@@ -15,8 +15,8 @@ $td->runtest("remove-annotations",
{$td->COMMAND => "qpdfjob-remove-annotations --static-id annotations.pdf out.pdf"},
{$td->STRING => "", $td->EXIT_STATUS => 0});
$td->runtest("compare files",
- {$td->FILE => "out.pdf"},
- {$td->FILE => "annotations-out.pdf"});
+ {$td->COMMAND => "qpdf-test-compare out.pdf annotations-out.pdf"},
+ {$td->FILE => "annotations-out.pdf", $td->EXIT_STATUS => 0});
cleanup();