about summary refs log tree commit diff
path: root/tests/common.sh.in
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2017-11-24T02·50-0500
committerShea Levy <shea@shealevy.com>2017-11-24T11·09-0500
commiteedbc4e06c017d84814b4c1fad8c6b6db958f3da (patch)
tree885dc17d173e83d6fe943a417790232c47f08c7b /tests/common.sh.in
parent0fc3e581e0585e377d4b42e343b0487606add547 (diff)
fetchGit: Ignore tarballTtl if rev is set and not in the repo.
Fixes #1697.
Diffstat (limited to 'tests/common.sh.in')
-rw-r--r--tests/common.sh.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/common.sh.in b/tests/common.sh.in
index ca6df25362..09f2949141 100644
--- a/tests/common.sh.in
+++ b/tests/common.sh.in
@@ -21,6 +21,7 @@ export NIX_REMOTE=$NIX_REMOTE_
 unset NIX_PATH
 export TEST_HOME=$TEST_ROOT/test-home
 export HOME=$TEST_HOME
+unset XDG_CACHE_HOME
 mkdir -p $TEST_HOME
 
 export PATH=@bindir@:$PATH