aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf/qtest/qpdf.test
diff options
context:
space:
mode:
Diffstat (limited to 'qpdf/qtest/qpdf.test')
-rw-r--r--qpdf/qtest/qpdf.test8
1 files changed, 1 insertions, 7 deletions
diff --git a/qpdf/qtest/qpdf.test b/qpdf/qtest/qpdf.test
index c033e7ef..4ed3ac33 100644
--- a/qpdf/qtest/qpdf.test
+++ b/qpdf/qtest/qpdf.test
@@ -523,7 +523,7 @@ $td->runtest("page operations on form xobject",
show_ntests();
# ----------
$td->notify("--- File Attachments ---");
-$n_tests += 34;
+$n_tests += 33;
open(F, ">auto-txt") or die;
print F "from file";
@@ -598,12 +598,6 @@ $td->runtest("add attachment: bad mod date",
$td->NORMALIZE_NEWLINES);
$td->runtest("add attachment: trailing slash",
{$td->COMMAND => "qpdf minimal.pdf a.pdf" .
- " --add-attachment auto-txt/ --"},
- {$td->REGEXP => ".*may not end with a path separator.*",
- $td->EXIT_STATUS => 2},
- $td->NORMALIZE_NEWLINES);
-$td->runtest("add attachment: trailing slash",
- {$td->COMMAND => "qpdf minimal.pdf a.pdf" .
" --add-attachment --"},
{$td->REGEXP => ".*add attachment: no path specified.*",
$td->EXIT_STATUS => 2},