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 --- 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 83cc3ba..29a7247 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}); } -- libgit2 0.21.4