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=8718e875080767f2c8d06c55c3fb5a6dddf0e5a0;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" ) &&