X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Ftest-lib.sh;fp=test%2Ftest-lib.sh;h=f83f7c6aab25d8c040b25378074616a5f1167f19;hp=23f7c8f80aaf741cf81a8f2af249cfc05675b94b;hb=8dbd5deb8d3bbfda9554163c8d4cb2474c505c87;hpb=6f0f83660e222cfdd05b05ad134763a7ab26f097 diff --git a/test/test-lib.sh b/test/test-lib.sh index 23f7c8f8..f83f7c6a 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -135,6 +135,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; }