summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-04-22 13:42:52 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-04-22 13:42:52 -0700
commit886fcb7aae194a76316177ccb869e1b9b572d49f (patch)
tree4294c3962e7823c38dae6219e1ac10e864366856 /t
parentMerge branch 'en/sequencer-reflog-action' (diff)
parentt0007: fix a typo (diff)
downloadtgif-886fcb7aae194a76316177ccb869e1b9b572d49f.tar.xz
Merge branch 'js/t0007-typofix'
Typofix in a test script. * js/t0007-typofix: t0007: fix a typo
Diffstat (limited to 't')
-rwxr-xr-xt/t0007-git-var.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0007-git-var.sh b/t/t0007-git-var.sh
index 1f600e2cae..88b9ae8158 100755
--- a/t/t0007-git-var.sh
+++ b/t/t0007-git-var.sh
@@ -17,7 +17,7 @@ test_expect_success 'get GIT_COMMITTER_IDENT' '
test_cmp expect actual
'
-test_expect_success !FAIL_PREREQS,!AUTOIDENT 'requested identites are strict' '
+test_expect_success !FAIL_PREREQS,!AUTOIDENT 'requested identities are strict' '
(
sane_unset GIT_COMMITTER_NAME &&
sane_unset GIT_COMMITTER_EMAIL &&