Remove a redundant line in a test added in d20d654fe8 (Change current mailmap usage to do matching on both name and email of author/committer., 2009-02-08). This didn't conceivably test anything useful and is most likely a copy/paste error. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> --- t/t4203-mailmap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/t/t4203-mailmap.sh b/t/t4203-mailmap.sh index dbd365681e..03a98d9635 100755 --- a/t/t4203-mailmap.sh +++ b/t/t4203-mailmap.sh @@ -414,7 +414,6 @@ test_expect_success 'Shortlog output (complex mapping)' ' Other Author <other@xxxxxxxxx> nick2 <bugs@xxxxxxxxxx> Other Author <other@xxxxxxxxx> <nick2@xxxxxxxxxx> Santa Claus <santa.claus@xxxxxxxxxxxx> <me@xxxxxxxxxx> - Santa Claus <santa.claus@xxxxxxxxxxxx> <me@xxxxxxxxxx> EOF echo three >>one && -- 2.29.2.222.g5d2a92d10f8