mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
test: avoid unnecessary extraction of the test fingerprint
FINGERPRINT is already exported by add_gnupg_home, so this is unnecessary. This change also happens to get rid of the superfluous check-trustdb spew from the test suite that looked like this: gpg: checking the trustdb gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
parent
f2425a11a3
commit
bda0fecccd
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@ test_description='indexing decrypted mail'
|
|||
##################################################
|
||||
|
||||
add_gnupg_home
|
||||
# get key fingerprint
|
||||
FINGERPRINT=$(gpg --no-tty --list-secret-keys --with-colons --fingerprint | grep '^fpr:' | cut -d: -f10)
|
||||
|
||||
# create a test encrypted message
|
||||
test_begin_subtest 'emacs delivery of encrypted message'
|
||||
|
|
Loading…
Reference in a new issue