X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/1b48018c3d40a9f70ac98aa3d3112fc5d8cb2201..6c55232284274d9d8bcf9aa7db1f7a164c7301f9:/tests/lib/test-setup.sh?ds=inline diff --git a/tests/lib/test-setup.sh b/tests/lib/test-setup.sh index 35a4e73..86c23a2 100644 --- a/tests/lib/test-setup.sh +++ b/tests/lib/test-setup.sh @@ -1,5 +1,7 @@ set -e +export BACKOFF_MAX_TIME=0 + export GIT_AUTHOR_NAME=automation export GIT_COMMITTER_NAME=automation export GIT_AUTHOR_EMAIL=auto@mati.on @@ -8,6 +10,11 @@ export GIT_COMMITTER_EMAIL=auto@mati.on cache_dir=$(mktemp -d) export XDG_CACHE_HOME=$cache_dir +nix_store=$(mktemp -d) +nix_state=$(mktemp -d) +export NIX_STORE_DIR=$nix_store +export NIX_STATE_DIR=$nix_state + foo_setup() { repo_dir="`mktemp -d`" @@ -23,6 +30,7 @@ foo_setup() { conf="`mktemp`" cat > "$conf" <