]> git.notmuchmail.org Git - notmuch/blobdiff - test/test-lib.sh
test: check openssl prequisite for add_gpgsm_home
[notmuch] / test / test-lib.sh
index 4c9f2a2103e32a18c2c14dc257669300ecbe4d6f..862c6bc97a4d98cb86e69f863044c8ae803225d1 100644 (file)
@@ -136,6 +136,8 @@ add_gnupg_home ()
 
 add_gpgsm_home ()
 {
+    test_require_external_prereq openssl
+
     local fpr
     [ -e "$GNUPGHOME/gpgsm.conf" ] && return
     _gnupg_exit () { gpgconf --kill all 2>/dev/null || true; }