aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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});
}