aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test-lib.el
diff options
context:
space:
mode:
authorGravatar David Bremner <david@tethera.net>2014-09-20 07:41:35 +0200
committerGravatar David Bremner <david@tethera.net>2014-09-21 21:12:52 +0200
commitb4892677016c7a994dea75b8ea71bbde92ac17cb (patch)
treec34d23f4632715f47b1994426896253c6e657f58 /test/test-lib.el
parentae27403641cf4d897ce3a2ac21dc6bad5cce7b5d (diff)
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.
Diffstat (limited to 'test/test-lib.el')
-rw-r--r--test/test-lib.el5
1 files changed, 5 insertions, 0 deletions
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)