summaryrefslogtreecommitdiffstats
path: root/qpdf/qtest/qpdf.test
diff options
context:
space:
mode:
Diffstat (limited to 'qpdf/qtest/qpdf.test')
-rw-r--r--qpdf/qtest/qpdf.test15
1 files changed, 14 insertions, 1 deletions
diff --git a/qpdf/qtest/qpdf.test b/qpdf/qtest/qpdf.test
index 6ae330a4..b166db84 100644
--- a/qpdf/qtest/qpdf.test
+++ b/qpdf/qtest/qpdf.test
@@ -1181,6 +1181,19 @@ $td->runtest("check output",
show_ntests();
# ----------
+$td->notify("--- Disable filter on write ---");
+$n_tests += 2;
+
+$td->runtest("no filter on write",
+ {$td->COMMAND => "test_driver 70 filter-on-write.pdf"},
+ {$td->STRING => "test 70 done\n", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("check output",
+ {$td->FILE => "a.pdf"},
+ {$td->FILE => "filter-on-write-out.pdf"});
+
+show_ntests();
+# ----------
$td->notify("--- Invalid objects ---");
$n_tests += 2;
@@ -1197,7 +1210,7 @@ $td->runtest("object with zero offset",
show_ntests();
# ----------
-$td->notify("--- Error/output rediction ---");
+$td->notify("--- Error/output redirection ---");
$n_tests += 2;
$td->runtest("error/output redirection to null",