diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-04-22 22:42:52 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-04-22 22:42:52 +0200 |
commit | 886fcb7aae194a76316177ccb869e1b9b572d49f (patch) | |
tree | 4294c3962e7823c38dae6219e1ac10e864366856 /t | |
parent | Merge branch 'en/sequencer-reflog-action' (diff) | |
parent | t0007: fix a typo (diff) | |
download | git-886fcb7aae194a76316177ccb869e1b9b572d49f.tar.xz git-886fcb7aae194a76316177ccb869e1b9b572d49f.zip |
Merge branch 'js/t0007-typofix'
Typofix in a test script.
* js/t0007-typofix:
t0007: fix a typo
Diffstat (limited to 't')
-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 && |