aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qtest/mod-info.test
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-03-09 17:57:37 +0100
committerJay Berkenbilt <ejb@ql.org>2009-03-09 17:57:37 +0100
commit630883095ff3b48a70c65421fdc8608ac1e43f88 (patch)
tree93f5363d28fb0694437bdd9fe0568dfd09c651eb /examples/qtest/mod-info.test
parent9ac249e7e7c3a6747d72e7c14682f6f295ec179b (diff)
downloadqpdf-630883095ff3b48a70c65421fdc8608ac1e43f88.tar.zst
update test suite to handle original object ID comments
git-svn-id: svn+q:///qpdf/trunk@665 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'examples/qtest/mod-info.test')
-rw-r--r--examples/qtest/mod-info.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/qtest/mod-info.test b/examples/qtest/mod-info.test
index 83cc3ba0..29a72475 100644
--- a/examples/qtest/mod-info.test
+++ b/examples/qtest/mod-info.test
@@ -87,7 +87,8 @@ sub run_and_cmp
{$td->STRING => $out,
$td->EXIT_STATUS => 0});
$td->runtest("$dsc output",
- {$td->COMMAND => "$qpdf --static-id -qdf $fout -"},
+ {$td->COMMAND => "$qpdf --static-id" .
+ " --no-original-object-ids -qdf $fout -"},
{$td->FILE => $fexp,
$td->EXIT_STATUS => 0});
}