We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96220d8 + 90cff96 commit 537d990Copy full SHA for 537d990
t/test-lib.sh
@@ -993,14 +993,14 @@ rm -fr "$test" || {
993
exit 1
994
}
995
996
+HOME="$TRASH_DIRECTORY"
997
+export HOME
998
+
999
test_create_repo "$test"
1000
# Use -P to resolve symlinks in our working directory so that the cwd
1001
# in subprocesses like git equals our $PWD (for pathname comparisons).
1002
cd -P "$test" || exit 1
1003
-HOME=$(pwd)
-export HOME
-
1004
this_test=${0##*/}
1005
this_test=${this_test%%-*}
1006
for skp in $GIT_SKIP_TESTS
0 commit comments