aboutsummaryrefslogtreecommitdiff
path: root/test/test-lib.sh
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-06-20 17:15:20 -0300
committerDavid Bremner <david@tethera.net>2021-06-20 17:15:20 -0300
commit8dbd5deb8d3bbfda9554163c8d4cb2474c505c87 (patch)
treeb08a9a37d6f902d43c0a861c775ee7e8de840589 /test/test-lib.sh
parent6f0f83660e222cfdd05b05ad134763a7ab26f097 (diff)
parent86818626b3294f5b144e74181baf37f0b2d30578 (diff)
Merge branch 'release'
Diffstat (limited to 'test/test-lib.sh')
-rw-r--r--test/test-lib.sh2
1 files changed, 2 insertions, 0 deletions
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; }