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' into maint
author
Junio C Hamano
<gitster@pobox.com>
Thu, 22 Mar 2018 21:24:24 +0000
(14:24 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 22 Mar 2018 21:24:24 +0000
(14:24 -0700)
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:
e092248
)
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 852b22c80ab4c38183391813c333185e6050a664..816e6923911cb6d594f3508e8540d680ecd983e9 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