We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d379d46 + 2e285e7 commit 154f220Copy full SHA for 154f220
t/lib-gpg.sh
@@ -63,8 +63,7 @@ then
63
cut -d" " -f4 |
64
tr -d '\n' >"${GNUPGHOME}/trustlist.txt" &&
65
66
- echo " S relax" >> ${GNUPGHOME}/trustlist.txt &&
67
- (gpgconf --kill gpg-agent >/dev/null 2>&1 || : ) &&
+ echo " S relax" >>"${GNUPGHOME}/trustlist.txt" &&
68
echo hello | gpgsm --homedir "${GNUPGHOME}" >/dev/null \
69
-u [email protected] -o /dev/null --sign - 2>&1 &&
70
test_set_prereq GPGSM
0 commit comments