diff options
author | Elijah Newren <newren@gmail.com> | 2019-11-05 17:07:25 (GMT) |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-10 07:00:54 (GMT) |
commit | 4dc8b1c1140438fd0ed602469874906272d3df4d (patch) | |
tree | ddee452aafcfa0017b292e4fb36381e9c7740dee /t/t7513-interpret-trailers.sh | |
parent | 7a40cf1553a3fce9200d665352ff556d153d4a2d (diff) | |
download | git-4dc8b1c1140438fd0ed602469874906272d3df4d.zip git-4dc8b1c1140438fd0ed602469874906272d3df4d.tar.gz git-4dc8b1c1140438fd0ed602469874906272d3df4d.tar.bz2 |
Fix spelling errors in names of tests
Reported-by: Jens Schleusener <Jens.Schleusener@fossies.org>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7513-interpret-trailers.sh')
-rwxr-xr-x | t/t7513-interpret-trailers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 && |