aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-31 19:07:19 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-31 21:57:45 +0100
commitcaa00556cfd0f6d45c49eb3d546f41b5c69900eb (patch)
treebfe96b87f40c51025d2153a21b6ae217c0e64a3a /qpdf
parent1a3ed1ee8569504bc57bdba07cc4e8b87442767d (diff)
downloadqpdf-caa00556cfd0f6d45c49eb3d546f41b5c69900eb.tar.zst
Change filename or path to file in json and QPDFJob
Use "file" consistently for specifying a file path. We use "filename" when adding attachments for a completely different purpose.
Diffstat (limited to 'qpdf')
-rw-r--r--qpdf/qtest/qpdf.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpdf/qtest/qpdf.test b/qpdf/qtest/qpdf.test
index f8fb7950..447aa258 100644
--- a/qpdf/qtest/qpdf.test
+++ b/qpdf/qtest/qpdf.test
@@ -668,7 +668,7 @@ $td->runtest("add attachment: bad mod date",
$td->runtest("add attachment: trailing slash",
{$td->COMMAND => "qpdf minimal.pdf a.pdf" .
" --add-attachment --"},
- {$td->REGEXP => ".*add attachment: no path specified.*",
+ {$td->REGEXP => ".*add attachment: no file specified.*",
$td->EXIT_STATUS => 2},
$td->NORMALIZE_NEWLINES);