Author: eelco
Date: Wed Dec 14 22:31:31 2011
New Revision: 30897
URL: https://nixos.org/websvn/nix/?rev=30897&sc=1

Log:
* Oops, the daemon test wasn't actually using the daemon.

Modified:
   nix/trunk/tests/Makefile.am
   nix/trunk/tests/common.sh.in

Modified: nix/trunk/tests/Makefile.am
==============================================================================
--- nix/trunk/tests/Makefile.am Wed Dec 14 18:58:12 2011        (r30896)
+++ nix/trunk/tests/Makefile.am Wed Dec 14 22:31:31 2011        (r30897)
@@ -1,4 +1,4 @@
-TESTS_ENVIRONMENT = $(bash) -e
+TESTS_ENVIRONMENT = NIX_REMOTE= $(bash) -e
 
 extra1 = $(shell pwd)/test-tmp/shared
 

Modified: nix/trunk/tests/common.sh.in
==============================================================================
--- nix/trunk/tests/common.sh.in        Wed Dec 14 18:58:12 2011        (r30896)
+++ nix/trunk/tests/common.sh.in        Wed Dec 14 22:31:31 2011        (r30897)
@@ -23,8 +23,6 @@
 
 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@
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to