mailmap: do not lose single-letter names
[gitweb.git] / t / t4203-mailmap.sh
index 27f8f86ea759b52b69b78c6a16a151f0e57cb6ec..8583724375134253c1054f3d8e683bfaba7c6275 100755 (executable)
@@ -247,7 +247,7 @@ test_expect_success 'cleanup after mailmap.blob tests' '
        rm -f .mailmap
 '
 
-test_expect_failure 'single-character name' '
+test_expect_success 'single-character name' '
        echo "     1    A <author@example.com>" >expect &&
        echo "     1    nick1 <bugs@company.xx>" >>expect &&
        echo "A <author@example.com>" >.mailmap &&