diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/lib-gpg.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/lib-gpg.sh b/t/lib-gpg.sh index d90160eb0b..041f10171a 100755 --- a/t/lib-gpg.sh +++ b/t/lib-gpg.sh @@ -61,7 +61,6 @@ then | grep fingerprint: | cut -d" " -f4 | tr -d '\n' > \ ${GNUPGHOME}/trustlist.txt && echo " S relax" >>"${GNUPGHOME}/trustlist.txt" && - (gpgconf --kill gpg-agent >/dev/null 2>&1 || : ) && echo hello | gpgsm --homedir "${GNUPGHOME}" >/dev/null \ -u committer@example.com -o /dev/null --sign - 2>&1 && test_set_prereq GPGSM |