X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ftest-lib.sh;h=abc47f3abc5d925ed217d0d95f10bf078bc26034;hb=8c5cea0095ee57c36fddfb9016810c230ce26557;hp=7a56f11101c2ea4cb8ca7b5c714800c4767e9052;hpb=730477f199489d61b960633501c390e03f04cba9;p=git.git diff --git a/t/test-lib.sh b/t/test-lib.sh index 7a56f1110..abc47f3ab 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -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