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 @@ -1763,10 +1763,7 @@ test_expect_success GPGSSH 'setup for signature atom using ssh' '
1763
1763
'
1764
1764
1765
1765
test_expect_success GPG2 ' bare signature atom' '
1766
- git verify-commit first-signed 2>out.raw &&
1767
- grep -Ev "checking the trustdb|PGP trust model" out.raw >out &&
1768
- head -3 out >expect &&
1769
- tail -1 out >>expect &&
1766
+ git verify-commit first-signed 2>expect &&
1770
1767
echo >>expect &&
1771
1768
git for-each-ref refs/tags/first-signed \
1772
1769
--format="%(signature)" >actual &&
You can’t perform that action at this time.
0 commit comments