Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'gs/test-unset-xdg-cache-home'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 28 Feb 2018 21:37:56 +0000
(13:37 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 28 Feb 2018 21:37:56 +0000
(13:37 -0800)
Test update.
* gs/test-unset-xdg-cache-home:
test-lib.sh: unset XDG_CACHE_HOME
t/test-lib.sh
patch
|
blob
|
history
raw
(from parent 1:
177bd65
)
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 33f6ce26f69d442238c60619a5f70673d451a7fb..9535d2e0a936eb1b7a84686a9b702d3ca9fd680d 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-116,6
+116,7
@@
unset VISUAL EMAIL LANGUAGE COLUMNS $("$PERL_PATH" -e '
my @vars = grep(/^GIT_/ && !/^GIT_($ok)/o, @env);
print join("\n", @vars);
')
+unset XDG_CACHE_HOME
unset XDG_CONFIG_HOME
unset GITPERLLIB
GIT_AUTHOR_EMAIL=author@example.com