X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9130-git-svn-authors-file.sh;h=c3443ceb251f87806312f4e6dadb54881b52a8fe;hb=1f5ad6b1a7538d6d489ba97c46455efc0bc3266e;hp=ec0a10661409d24c77bf2061bd8a554bfb565d74;hpb=eb4e67288bb9d66fb46092fa30d72c4bdded0c2a;p=git.git diff --git a/t/t9130-git-svn-authors-file.sh b/t/t9130-git-svn-authors-file.sh index ec0a10661..c3443ceb2 100755 --- a/t/t9130-git-svn-authors-file.sh +++ b/t/t9130-git-svn-authors-file.sh @@ -96,9 +96,8 @@ test_expect_success 'fresh clone with svn.authors-file in config' ' rm -r "$GIT_DIR" && test x = x"$(git config svn.authorsfile)" && test_config="$HOME"/.gitconfig && - unset GIT_CONFIG_NOGLOBAL && - unset GIT_DIR && - unset GIT_CONFIG && + sane_unset GIT_DIR && + sane_unset GIT_CONFIG && git config --global \ svn.authorsfile "$HOME"/svn-authors && test x"$HOME"/svn-authors = x"$(git config svn.authorsfile)" &&