* maint:
  HOME must be set before calling git-init when creating test repositories
This commit is contained in:
Junio C Hamano 2011-03-29 14:09:15 -07:00
Родитель 96220d837c 90cff968b3
Коммит 537d990337
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -993,14 +993,14 @@ rm -fr "$test" || {
exit 1
}
HOME="$TRASH_DIRECTORY"
export HOME
test_create_repo "$test"
# Use -P to resolve symlinks in our working directory so that the cwd
# in subprocesses like git equals our $PWD (for pathname comparisons).
cd -P "$test" || exit 1
HOME=$(pwd)
export HOME
this_test=${0##*/}
this_test=${this_test%%-*}
for skp in $GIT_SKIP_TESTS