Skip to content

Commit d0fc552

Browse files
eworm-degitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 031fff2 commit d0fc552

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

t/t6300-for-each-ref.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1763,10 +1763,7 @@ test_expect_success GPGSSH 'setup for signature atom using ssh' '
17631763
'
17641764

17651765
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 &&
17701767
echo >>expect &&
17711768
git for-each-ref refs/tags/first-signed \
17721769
--format="%(signature)" >actual &&

0 commit comments

Comments
 (0)