From 428d96dfe19da96ac4759b190f5b25cf75ecdac6 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 27 Jul 2017 22:27:00 -0400 Subject: Convert many more errors to warnings --- examples/qtest/bookmarks.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/qtest/bookmarks.test') 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); -- cgit v1.2.3-54-g00ecf