]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/lib-gpg.sh
Merge branch 'js/trace2-signo-typofix' into maint
[thirdparty/git.git] / t / lib-gpg.sh
index d90160eb0b51aa478c2c70c9521a19484e3ffc97..8d28652b729b46cb08de8ddd4347dddda9e246a7 100755 (executable)
@@ -57,11 +57,13 @@ then
                echo | gpgsm --homedir "${GNUPGHOME}" 2>/dev/null \
                        --passphrase-fd 0 --pinentry-mode loopback \
                        --import "$TEST_DIRECTORY"/lib-gpg/gpgsm_cert.p12 &&
-               gpgsm --homedir "${GNUPGHOME}" 2>/dev/null -K \
-                       | grep fingerprint: | cut -d" " -f4 | tr -d '\n' > \
-                       ${GNUPGHOME}/trustlist.txt &&
+
+               gpgsm --homedir "${GNUPGHOME}" 2>/dev/null -K |
+               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