]> git.ipfire.org Git - thirdparty/git.git/commit
t/fmt-merge-msg: make gpgssh tests more specific
authorFabian Stelzer <fs@gigacodes.de>
Thu, 9 Dec 2021 08:52:42 +0000 (09:52 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Dec 2021 21:38:04 +0000 (13:38 -0800)
commitcafd34522f13e66b35bfcf00c04bc82f685a8ce9
treeb402e3fedb7ad7e7067df359a9ec27cb15aed71b
parent5a2c1c0deeef3b2980827687b95e4446e1078eb3
t/fmt-merge-msg: make gpgssh tests more specific

Some GPGSSH fmt-merge-msg tests were only grepping for failed/successful
signature validation and not checking for the tag in the resulting merge
message. Add the missing grep for it.

Signed-off-by: Fabian Stelzer <fs@gigacodes.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6200-fmt-merge-msg.sh