summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/manual/image-tests.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/manual/image-tests.el b/test/manual/image-tests.el
index 9cb98252f6a..c66080cf029 100644
--- a/test/manual/image-tests.el
+++ b/test/manual/image-tests.el
@@ -88,7 +88,8 @@
"invalid foo bar"
:type svg)))
(redisplay))
- (should (string-search "XML parse error" (buffer-string))))))
+ ;; librsvg error: "... Start tag expected, '<' not found [3 times]"
+ (should (string-match "[Ee]rror.+Start tag expected" (buffer-string))))))
;;;; image-test-size