Merge branch 'jn/warn-on-inaccessible-loosen' into maint
[gitweb.git] / contrib / remote-helpers / test-hg-hg-git.sh
index e07bba5581669a0bf93142ea6e89ae0ae133c8bb..3e76d9fb60bff8b25f5b2751c6e11cfabb6c9dc6 100755 (executable)
@@ -370,7 +370,11 @@ test_expect_success 'hg author' '
 
                echo theta > theta &&
                hg add theta &&
-               hg commit -u "test >test@example.com>" -m "add theta"
+               hg commit -u "test >test@example.com>" -m "add theta" &&
+
+               echo iota > iota &&
+               hg add iota &&
+               hg commit -u "test <test <at> example <dot> com>" -m "add iota"
                ) &&
 
                hg_push_$x hgrepo-$x gitrepo-$x &&