From e4c62e640db3f704b4c27435c6b8efdb170988dc Mon Sep 17 00:00:00 2001 From: Matthieu Moy Date: Mon, 30 Aug 2010 11:50:42 +0200 Subject: tests: factor HOME=$(pwd) in test-lib.sh The same pattern is used in many tests, and makes it easy for new ones to rely on $HOME being a trashable, clean, directory. Signed-off-by: Matthieu Moy Signed-off-by: Junio C Hamano --- t/t9130-git-svn-authors-file.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 't/t9130-git-svn-authors-file.sh') diff --git a/t/t9130-git-svn-authors-file.sh b/t/t9130-git-svn-authors-file.sh index 134411e0a5..d5ee39ae9e 100755 --- a/t/t9130-git-svn-authors-file.sh +++ b/t/t9130-git-svn-authors-file.sh @@ -95,8 +95,6 @@ test_expect_success 'fresh clone with svn.authors-file in config' ' ( rm -r "$GIT_DIR" && test x = x"$(git config svn.authorsfile)" && - HOME="`pwd`" && - export HOME && test_config="$HOME"/.gitconfig && unset GIT_CONFIG_NOGLOBAL && unset GIT_DIR && -- cgit 1.2.3-korg