aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/qtest/bookmarks.test2
-rw-r--r--examples/qtest/npages.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/qtest/bookmarks.test b/examples/qtest/bookmarks.test
index 4cf4abcf..ba8be25f 100644
--- a/examples/qtest/bookmarks.test
+++ b/examples/qtest/bookmarks.test
@@ -30,7 +30,7 @@ $td->runtest("no bookmarks",
$td->runtest("bad",
{$td->COMMAND => "pdf-bookmarks 3.pdf"},
{$td->STRING => "pdf-bookmarks processing file 3.pdf: " .
- "3.pdf: offset 0: not a PDF file\n",
+ "3.pdf: not a PDF file\n",
$td->EXIT_STATUS => 2},
$td->NORMALIZE_NEWLINES);
diff --git a/examples/qtest/npages.test b/examples/qtest/npages.test
index cd81e6b8..b20f254c 100644
--- a/examples/qtest/npages.test
+++ b/examples/qtest/npages.test
@@ -16,7 +16,7 @@ $td->runtest("normal",
$td->runtest("error",
{$td->COMMAND => "pdf-npages bad"},
- {$td->STRING => "pdf-npages: bad: offset 0: not a PDF file\n",
+ {$td->STRING => "pdf-npages: bad: not a PDF file\n",
$td->EXIT_STATUS => 2},
$td->NORMALIZE_NEWLINES);