Merge branch 'jc/push-refmap'
[gitweb.git] / contrib / remote-helpers / test-hg.sh
index 642ad938cd3202eafeeb61a1dd95d9acfdab71a0..347e812923a20652b964db6b820f8f08d6c0795f 100755 (executable)
@@ -215,7 +215,8 @@ test_expect_success 'authors' '
        author_test theta "theta < test@example.com >" "theta <test@example.com>" &&
        author_test iota "iota >test@example.com>" "iota <test@example.com>" &&
        author_test kappa "kappa < test <at> example <dot> com>" "kappa <unknown>" &&
-       author_test lambda "lambda@example.com" "Unknown <lambda@example.com>"
+       author_test lambda "lambda@example.com" "Unknown <lambda@example.com>" &&
+       author_test mu "mu.mu@example.com" "Unknown <mu.mu@example.com>"
        ) &&
 
        git clone "hg::hgrepo" gitrepo &&