File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ test_lazy_prereq GPG '
45
45
"$TEST_DIRECTORY"/lib-gpg/keyring.gpg &&
46
46
gpg --homedir "${GNUPGHOME}" --import-ownertrust \
47
47
"$TEST_DIRECTORY"/lib-gpg/ownertrust &&
48
+ gpg --homedir "${GNUPGHOME}" --update-trustdb &&
48
49
gpg --homedir "${GNUPGHOME}" </dev/null >/dev/null \
49
50
50
51
;;
Original file line number Diff line number Diff line change @@ -1774,10 +1774,7 @@ test_expect_success GPGSSH 'setup for signature atom using ssh' '
1774
1774
'
1775
1775
1776
1776
test_expect_success GPG2 ' bare signature atom' '
1777
- git verify-commit first-signed 2>out.raw &&
1778
- grep -Ev "checking the trustdb|PGP trust model" out.raw >out &&
1779
- head -3 out >expect &&
1780
- tail -1 out >>expect &&
1777
+ git verify-commit first-signed 2>expect &&
1781
1778
echo >>expect &&
1782
1779
git for-each-ref refs/tags/first-signed \
1783
1780
--format="%(signature)" >actual &&
You can’t perform that action at this time.
0 commit comments