Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rs/plug-leak-in-bundle'
[gitweb.git]
/
t
/
test-lib.sh
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 82095e34eeb7ce9932abe1a5e97b1c2eb0888033..0f4a67bfc63a989883007911f889ba5aed1c0aac 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-813,7
+813,8
@@
rm -fr "$TRASH_DIRECTORY" || {
}
HOME="$TRASH_DIRECTORY"
-export HOME
+GNUPGHOME="$HOME/gnupg-home-not-used"
+export HOME GNUPGHOME
if test -z "$TEST_NO_CREATE_REPO"
then