diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-12-14T22·31+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-12-14T22·31+0000 |
commit | 23bf700196b4fa05a2da55798644f8adc2e1d7b1 (patch) | |
tree | f8e3186b64eef9976f7ac4143b871a2df245a581 /tests/common.sh.in | |
parent | c8c0380744afd107611bba17127a182ecebd4e0b (diff) |
* Oops, the daemon test wasn't actually using the daemon.
Diffstat (limited to 'tests/common.sh.in')
-rw-r--r-- | tests/common.sh.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/common.sh.in b/tests/common.sh.in index 62ac669df665..4ab490a62645 100644 --- a/tests/common.sh.in +++ b/tests/common.sh.in @@ -23,8 +23,6 @@ export SHARED=$TEST_ROOT/shared export PATH=$NIX_BIN_DIR:$TOP/scripts:$PATH -export NIX_REMOTE= - export REAL_BIN_DIR=@bindir@ export REAL_LIBEXEC_DIR=@libexecdir@ export REAL_LOCALSTATE_DIR=@localstatedir@ |