From 522ecab9b83902de5a3010b50b9532e376cbba4c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 3 Oct 2012 17:30:45 -0400 Subject: Drop support for running nix-worker in "slave" mode AFAIK nobody uses this, setuid binaries are evil, and there is no good reason why people can't just run the daemon. --- tests/remote-store.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests') diff --git a/tests/remote-store.sh b/tests/remote-store.sh index ef289ab79a..6a9585cacf 100644 --- a/tests/remote-store.sh +++ b/tests/remote-store.sh @@ -1,11 +1,5 @@ source common.sh -echo '*** testing slave mode ***' -clearStore -clearManifests -NIX_REMOTE_=slave $SHELL ./user-envs.sh - -echo '*** testing daemon mode ***' clearStore clearManifests startDaemon -- cgit 1.4.1