summaryrefslogtreecommitdiffstats
path: root/qpdf/qtest/page-errors.test
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-09-03 14:12:31 +0200
committerJay Berkenbilt <ejb@ql.org>2023-09-03 14:12:31 +0200
commitc6a3d83fb5958684436c8b607509079da22193f3 (patch)
tree4f43966f9856316798240a3232acae46a7f2ef19 /qpdf/qtest/page-errors.test
parentfa3cdaf1b46dcbb583393f93a02f89207ba21a88 (diff)
downloadqpdf-c6a3d83fb5958684436c8b607509079da22193f3.tar.zst
Revert "Check for warnings in files used by --pages"
m-holger's fix is better This reverts commit fa3cdaf1b46dcbb583393f93a02f89207ba21a88.
Diffstat (limited to 'qpdf/qtest/page-errors.test')
-rw-r--r--qpdf/qtest/page-errors.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpdf/qtest/page-errors.test b/qpdf/qtest/page-errors.test
index 3f14f24e..60894f96 100644
--- a/qpdf/qtest/page-errors.test
+++ b/qpdf/qtest/page-errors.test
@@ -22,7 +22,7 @@ $td->runtest("handle page no with contents",
$td->NORMALIZE_NEWLINES);
$td->runtest("handle page with missing MediaBox",
{$td->COMMAND => "qpdf --static-id --empty --pages page-no-content.pdf -- out.pdf"},
- {$td->FILE => "page-missing-mediabox.out", $td->EXIT_STATUS => 3},
+ {$td->FILE => "page-missing-mediabox.out", $td->EXIT_STATUS => 0},
$td->NORMALIZE_NEWLINES);
$td->runtest("check output",
{$td->FILE => "out.pdf"},