aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qtest/bookmarks.test
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtest/bookmarks.test')
-rw-r--r--examples/qtest/bookmarks.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qtest/bookmarks.test b/examples/qtest/bookmarks.test
index ba8be25f..1a5306d6 100644
--- a/examples/qtest/bookmarks.test
+++ b/examples/qtest/bookmarks.test
@@ -29,8 +29,8 @@ $td->runtest("no bookmarks",
$td->runtest("bad",
{$td->COMMAND => "pdf-bookmarks 3.pdf"},
- {$td->STRING => "pdf-bookmarks processing file 3.pdf: " .
- "3.pdf: not a PDF file\n",
+ {$td->REGEXP => "pdf-bookmarks processing file 3.pdf: " .
+ ".*unable to find trailer.*",
$td->EXIT_STATUS => 2},
$td->NORMALIZE_NEWLINES);