]> git.ipfire.org Git - thirdparty/git.git/commit - t/t6200-fmt-merge-msg.sh
t/fmt-merge-msg: do not redirect stderr
authorFabian Stelzer <fs@gigacodes.de>
Thu, 9 Dec 2021 08:52:41 +0000 (09:52 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Dec 2021 21:38:03 +0000 (13:38 -0800)
commit5a2c1c0deeef3b2980827687b95e4446e1078eb3
tree4439dc497b06dea8226651c947b3f964c9326200
parentabe6bb3905392d5eb6b01fa6e54d7e784e0522aa
t/fmt-merge-msg: do not redirect stderr

All the GPG and GPGSSH tests are redirecing stdout as well as stderr
to `actual` and grep for success/failure over the resulting file.
However, no output is printed on stderr and we do not need to
include it in the grep.

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