From 630883095ff3b48a70c65421fdc8608ac1e43f88 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 9 Mar 2009 16:57:37 +0000 Subject: [PATCH] update test suite to handle original object ID comments git-svn-id: svn+q:///qpdf/trunk@665 71b93d88-0707-0410-a8cf-f5a4172ac649 --- examples/qtest/mod-info.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}); }