From 0bd5eb71a0a23b27a02af591ba46e4cf2c34aa04 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 21 Sep 2006 18:54:08 +0000 Subject: * `nix-install-package --url': install from a URL (NIX-12). * `nix-install-package --help' (NIX-9). * `nix-install-package --non-interactive': don't prompt or pause. * Tests for nix-install-package. * Security fixes: filter the values obtained from the nixpkg. --- tests/user-envs.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/user-envs.sh') diff --git a/tests/user-envs.sh b/tests/user-envs.sh index b1ba0ccc164d..614c30ceb34d 100644 --- a/tests/user-envs.sh +++ b/tests/user-envs.sh @@ -1,7 +1,6 @@ source common.sh -profiles="$NIX_STATE_DIR"/profiles -rm -f $profiles/* +clearProfiles # Query installed: should be empty. test "$($nixenv -p $profiles/test -q '*' | wc -l)" -eq 0 -- cgit 1.4.1