1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 06:53:54 +02:00

* Allow `make check' to work in directories that have symlink

components.
This commit is contained in:
Eelco Dolstra 2006-03-10 22:27:26 +00:00
parent 37d1b1cafd
commit fdea084c36
3 changed files with 25 additions and 23 deletions

View file

@ -1,5 +1,8 @@
set -e
# Maybe the build directory is symlinked.
export NIX_IGNORE_SYMLINK_STORE=1
export TEST_ROOT=$(pwd)/test-tmp
export NIX_STORE_DIR=$TEST_ROOT/store
export NIX_DATA_DIR=$TEST_ROOT/data