Merge branch 'tz/gpg-test-fix'
Test fix. * tz/gpg-test-fix: t/lib-gpg: drop redundant killing of gpg-agent t/lib-gpg: quote path to ${GNUPGHOME}/trustlist.txt
This commit is contained in:
@ -63,8 +63,7 @@ then
|
|||||||
cut -d" " -f4 |
|
cut -d" " -f4 |
|
||||||
tr -d '\n' >"${GNUPGHOME}/trustlist.txt" &&
|
tr -d '\n' >"${GNUPGHOME}/trustlist.txt" &&
|
||||||
|
|
||||||
echo " S relax" >> ${GNUPGHOME}/trustlist.txt &&
|
echo " S relax" >>"${GNUPGHOME}/trustlist.txt" &&
|
||||||
(gpgconf --kill gpg-agent >/dev/null 2>&1 || : ) &&
|
|
||||||
echo hello | gpgsm --homedir "${GNUPGHOME}" >/dev/null \
|
echo hello | gpgsm --homedir "${GNUPGHOME}" >/dev/null \
|
||||||
-u committer@example.com -o /dev/null --sign - 2>&1 &&
|
-u committer@example.com -o /dev/null --sign - 2>&1 &&
|
||||||
test_set_prereq GPGSM
|
test_set_prereq GPGSM
|
||||||
|
Reference in New Issue
Block a user