diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2020-04-04 16:16:21 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-04-05 23:51:13 +0200 |
commit | a1aba0c95c3a257fdf14fef1cb3ce6a208d57ae3 (patch) | |
tree | 8efe8d1aaad1d5a18a9440ca00af5bb0216f3a16 /t/t0007-git-var.sh | |
parent | tests: mark two failing tests under FAIL_PREREQS (diff) | |
download | git-a1aba0c95c3a257fdf14fef1cb3ce6a208d57ae3.tar.xz git-a1aba0c95c3a257fdf14fef1cb3ce6a208d57ae3.zip |
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-x | t/t0007-git-var.sh | 2 |
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 && |