summaryrefslogtreecommitdiff
path: root/t/t0007-git-var.sh
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2020-04-04 14:16:21 +0000
committerJunio C Hamano <gitster@pobox.com>2020-04-05 14:51:13 -0700
commita1aba0c95c3a257fdf14fef1cb3ce6a208d57ae3 (patch)
tree8efe8d1aaad1d5a18a9440ca00af5bb0216f3a16 /t/t0007-git-var.sh
parentcf7a8515c631192bae203f322dd8b6d68d3983af (diff)
downloadgit-a1aba0c95c3a257fdf14fef1cb3ce6a208d57ae3.tar.gz
t0007: fix a typo
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t0007-git-var.sh')
-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 &&