diff options
| author | Junio C Hamano <gitster@pobox.com> | 2020-04-22 13:42:52 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-04-22 13:42:52 -0700 |
| commit | 886fcb7aae194a76316177ccb869e1b9b572d49f (patch) | |
| tree | 4294c3962e7823c38dae6219e1ac10e864366856 | |
| parent | 3aa30ccb1c242bf328892e3d7ba218411aadbc6a (diff) | |
| parent | a1aba0c95c3a257fdf14fef1cb3ce6a208d57ae3 (diff) | |
| download | git-886fcb7aae194a76316177ccb869e1b9b572d49f.tar.gz | |
Merge branch 'js/t0007-typofix'
Typofix in a test script.
* js/t0007-typofix:
t0007: fix a typo
| -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 && |
