X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9130-git-svn-authors-file.sh;h=c3443ceb251f87806312f4e6dadb54881b52a8fe;hb=1f5ad6b1a7538d6d489ba97c46455efc0bc3266e;hp=b324c491c52eb0fa39d713cc5f227d134c1adb01;hpb=f44054c82f4199ccff14f472e4fd7904b0db8ff5;p=git.git diff --git a/t/t9130-git-svn-authors-file.sh b/t/t9130-git-svn-authors-file.sh index b324c491c..c3443ceb2 100755 --- a/t/t9130-git-svn-authors-file.sh +++ b/t/t9130-git-svn-authors-file.sh @@ -96,8 +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_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)" &&