projects
/
notmuch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0478c0e
)
test: check openssl prequisite for add_gpgsm_home
author
David Bremner
<david@tethera.net>
Tue, 8 Jun 2021 19:39:10 +0000
(16:39 -0300)
committer
David Bremner
<david@tethera.net>
Tue, 8 Jun 2021 20:15:46 +0000
(17:15 -0300)
This is a fix for the test failures reported by Dan Čermák [1].
It is more robust to check for the prerequisite inside the function
that uses it, rather than in every test file that calls the function.
[1]: id:87k0n4fqgm.fsf@tethera.net
test/test-lib.sh
patch
|
blob
|
history
diff --git
a/test/test-lib.sh
b/test/test-lib.sh
index 4c9f2a2103e32a18c2c14dc257669300ecbe4d6f..862c6bc97a4d98cb86e69f863044c8ae803225d1 100644
(file)
--- 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; }