]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t/t6300: drop magic filtering
authorChristian Hesse <mail@eworm.de>
Tue, 22 Aug 2023 13:03:15 +0000 (15:03 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Aug 2023 16:13:17 +0000 (09:13 -0700)
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>
t/t6300-for-each-ref.sh

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