Thread (11 messages) flat view 11 messages, 3 authors, 2023-08-23
STALE1128d

[PATCH v2 2/2] t/t6300: drop magic filtering

From: Christian Hesse <hidden>
Date: 2023-08-23 06:53:07
Subsystem: the rest · Maintainer: Linus Torvalds

From: Christian Hesse <redacted>

Now that we ran a trustdb check forcibly it does no longer pollute the
output. Filtering is no longer required...

Signed-off-by: Christian Hesse <redacted>
---
 t/t6300-for-each-ref.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/t/t6300-for-each-ref.sh b/t/t6300-for-each-ref.sh
index 5b434ab451..aa3c7c03c4 100755
--- a/t/t6300-for-each-ref.sh
+++ b/t/t6300-for-each-ref.sh
@@ -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 &&
-- 
2.42.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help