X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Ftest-lib.sh;fp=test%2Ftest-lib.sh;h=862c6bc97a4d98cb86e69f863044c8ae803225d1;hb=a19d2b0d2b8c666d0a3641dc2e7e1b4e73b7c2bd;hp=4c9f2a2103e32a18c2c14dc257669300ecbe4d6f;hpb=0478c0e077a697caeaa2f99678f69b57e6975b6e;p=notmuch diff --git a/test/test-lib.sh b/test/test-lib.sh index 4c9f2a21..862c6bc9 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -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; }