gnu: notmuch: Skip tests that fail with gnupg-2.1.16.

* gnu/packages/mail.scm (notmuch)[arguments]: Add environment variable
to skip tests that broke after gnupg-2.1.16.
This commit is contained in:
Marius Bakke 2016-11-22 20:41:48 +01:00
parent be72eb98fa
commit 6317d36f3b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -568,6 +568,11 @@ (define-public notmuch
;; Patch various inline shell invocations.
(substitute* (find-files "test" "\\.sh$")
(("/bin/sh") (which "sh")))
;; XXX: Some signature verification tests fail with
;; gnupg-2.1.16, so we skip them. See this thread:
;; https://notmuchmail.org/pipermail/notmuch/2016/023688.html
(setenv "NOTMUCH_SKIP_TESTS"
"T350-crypto.2 T350-crypto.3 T350-crypto.4 T350-crypto.15")
#t)))))
(native-inputs
`(("bash-completion" ,bash-completion)