From fdea084c365083a65eb363973400416107b5e32b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 10 Mar 2006 22:27:26 +0000 Subject: * Allow `make check' to work in directories that have symlink components. --- tests/common.sh.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/common.sh.in b/tests/common.sh.in index 9766642b0011..0f55d6cf896e 100644 --- a/tests/common.sh.in +++ b/tests/common.sh.in @@ -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 -- cgit 1.4.1