X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/78c89e6ef13aea1cb76ef6bc52b943a7e1a03347..d815b199fa1d94ba00cd415a1310e80abc57e3b9:/tests/lib/test-setup.sh?ds=inline diff --git a/tests/lib/test-setup.sh b/tests/lib/test-setup.sh index 97fec64..4742ff0 100644 --- a/tests/lib/test-setup.sh +++ b/tests/lib/test-setup.sh @@ -1,8 +1,18 @@ set -e +export GIT_AUTHOR_NAME=automation +export GIT_COMMITTER_NAME=automation +export GIT_AUTHOR_EMAIL=auto@mati.on +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`" @@ -18,6 +28,7 @@ foo_setup() { conf="`mktemp`" cat > "$conf" <