From: Johannes Schindelin Date: Sat, 4 Apr 2020 14:16:21 +0000 (+0000) Subject: t0007: fix a typo X-Git-Tag: v2.27.0-rc0~116^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a1aba0c95c3a257fdf14fef1cb3ce6a208d57ae3;p=thirdparty%2Fgit.git t0007: fix a typo Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- 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 &&