mailmap: test for silent exiting on missing file/blob
commit56ac194e1d3b3f3b46c2d48f47bde69d35547a7c
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 12 Jan 2021 20:17:55 +0000 (12 21:17 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Jan 2021 22:04:41 +0000 (12 14:04 -0800)
tree2c844bf416c18fa05ade410d4cdf12b7b9ea6d6b
parentc1fe7fd7e343517f743c3dc0d905f9f3083f66e7
mailmap: test for silent exiting on missing file/blob

That we silently ignore missing mailmap.file or mailmap.blob values is
intentional. See 938a60d64f (mailmap: clean up read_mailmap error
handling, 2012-12-12). However, nothing tested for this. Let's do that
by checking that stderr is empty in those cases.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4203-mailmap.sh