From b4892677016c7a994dea75b8ea71bbde92ac17cb Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 20 Sep 2014 07:41:35 +0200 Subject: test/emacs: globally force the html renderer to html2text Previously we did this for a single test, but some other proposed tests ( id:1398105468-14317-3-git-send-email-amdragon@mit.edu ) show similar breakage when switching renderers. --- test/test-lib.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/test-lib.el') diff --git a/test/test-lib.el b/test/test-lib.el index 36afe630..bbc03cba 100644 --- a/test/test-lib.el +++ b/test/test-lib.el @@ -181,3 +181,8 @@ nothing." ;; suite (setq notmuch-tag-deleted-formats '((".*" nil))) + +;; force a common html renderer, to avoid test variations between +;; environments + +(setq mm-text-html-renderer 'html2text) -- cgit v1.2.3