diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-02T14·33+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-02T14·33+0000 |
commit | 626f8ee42f0b984ebc1cbf0b39938bcb3edf3bd7 (patch) | |
tree | a424a6d20464a24b80d64950bedf1c139d0ee30e | |
parent | 8ba5d32769560d32cb5e1e83fd30fb6da0b145f4 (diff) |
* Clear NIX_REMOTE in the tests.
-rw-r--r-- | tests/common.sh.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/common.sh.in b/tests/common.sh.in index fa54bcd485cf..32759bab01d2 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@ |