X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Ft7513-interpret-trailers.sh;h=6602790b5f4c4aace1b101189258b647109ccdb0;hb=f76897b6ce9964a25f4c85f9fb034cba9dd71573;hp=f19202b509899481d4a098de049f1e2c9cae9915;hpb=3b801f7afa688c8baa11c5f117af6e020fefbfed;p=platform%2Fupstream%2Fgit.git diff --git a/t/t7513-interpret-trailers.sh b/t/t7513-interpret-trailers.sh index f19202b..6602790 100755 --- a/t/t7513-interpret-trailers.sh +++ b/t/t7513-interpret-trailers.sh @@ -1234,7 +1234,7 @@ test_expect_success 'with simple command' ' test_cmp expected actual ' -test_expect_success 'with command using commiter information' ' +test_expect_success 'with command using committer information' ' git config trailer.sign.ifExists "addIfDifferent" && git config trailer.sign.command "echo \"\$GIT_COMMITTER_NAME <\$GIT_COMMITTER_EMAIL>\"" && cat complex_message_body >expected &&