]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t0007: fix a typo
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 4 Apr 2020 14:16:21 +0000 (14:16 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 5 Apr 2020 21:51:13 +0000 (14:51 -0700)
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0007-git-var.sh

index 1f600e2cae544b598823a2fd3854493fc8e828c9..88b9ae81588d1cd8581c29faf67ee8fe4a4e9a6d 100755 (executable)
@@ -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 &&