From 626f8ee42f0b984ebc1cbf0b39938bcb3edf3bd7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 2 Dec 2006 14:33:39 +0000 Subject: [PATCH] * Clear NIX_REMOTE in the tests. --- tests/common.sh.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/common.sh.in b/tests/common.sh.in index fa54bcd485..32759bab01 100644 --- a/tests/common.sh.in +++ b/tests/common.sh.in @@ -18,6 +18,8 @@ export NIX_LIBEXEC_DIR=$TEST_ROOT/bin export NIX_ROOT_FINDER= export SHARED=$TEST_ROOT/shared +export NIX_REMOTE= + export REAL_BIN_DIR=@bindir@ export REAL_LIBEXEC_DIR=@libexecdir@ export REAL_LOCALSTATE_DIR=@localstatedir@