From a1aba0c95c3a257fdf14fef1cb3ce6a208d57ae3 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sat, 4 Apr 2020 14:16:21 +0000 Subject: [PATCH] t0007: fix a typo Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- t/t0007-git-var.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &&