about summary refs log tree commit diff
path: root/tests/remote-store.sh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-26T21·12-0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-26T21·12-0400
commit7861260a5ff33689b1b8f7a89489f5d5e5e4dfcb (patch)
treea03d4baf2b450e87ef69142a04c3a73783382d4a /tests/remote-store.sh
parent7892ad15ab4b6db0eee619a1fdd14fed129db252 (diff)
Clear NIX_STORE when running the tests
Diffstat (limited to '')
-rw-r--r--tests/remote-store.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/remote-store.sh b/tests/remote-store.sh
index e27631a006..ef289ab79a 100644
--- a/tests/remote-store.sh
+++ b/tests/remote-store.sh
@@ -3,7 +3,7 @@ source common.sh
 echo '*** testing slave mode ***'
 clearStore
 clearManifests
-NIX_REMOTE=slave $SHELL ./user-envs.sh
+NIX_REMOTE_=slave $SHELL ./user-envs.sh
 
 echo '*** testing daemon mode ***'
 clearStore