X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7502-commit.sh;h=c1c66450a395af91c54e7815ae7c21393f7fd2ad;hb=v1.7.3.1-35-g00648ba;hp=ac2e187a5720d1ff947e58073dd6cc403ef40d5d;hpb=1c80c9b2cb5ae0d8c77f3c73730225ca19aeef4a;p=git.git diff --git a/t/t7502-commit.sh b/t/t7502-commit.sh index ac2e187a5..c1c66450a 100755 --- a/t/t7502-commit.sh +++ b/t/t7502-commit.sh @@ -252,8 +252,8 @@ test_expect_success 'committer is automatic' ' echo >>negative && ( - unset GIT_COMMITTER_EMAIL - unset GIT_COMMITTER_NAME + sane_unset GIT_COMMITTER_EMAIL && + sane_unset GIT_COMMITTER_NAME && # must fail because there is no change test_must_fail git commit -e -m "sample" ) &&