1
0
mirror of https://github.com/git/git.git synced 2024-10-19 03:38:25 +02:00

t/t6300: drop magic filtering

Now that we ran a trustdb check forcibly, it no longer pollutes the
output, and filtering is no longer required.

Signed-off-by: Christian Hesse <mail@eworm.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Christian Hesse 2023-08-22 15:03:15 +02:00 committed by Junio C Hamano
parent 031fff289a
commit d0fc552bfc

@ -1763,10 +1763,7 @@ test_expect_success GPGSSH 'setup for signature atom using ssh' '
' '
test_expect_success GPG2 'bare signature atom' ' test_expect_success GPG2 'bare signature atom' '
git verify-commit first-signed 2>out.raw && git verify-commit first-signed 2>expect &&
grep -Ev "checking the trustdb|PGP trust model" out.raw >out &&
head -3 out >expect &&
tail -1 out >>expect &&
echo >>expect && echo >>expect &&
git for-each-ref refs/tags/first-signed \ git for-each-ref refs/tags/first-signed \
--format="%(signature)" >actual && --format="%(signature)" >actual &&