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/nix-pull.sh | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tests/nix-pull.sh') diff --git a/tests/nix-pull.sh b/tests/nix-pull.sh index ddbe0f97f..a847510ce 100644 --- a/tests/nix-pull.sh +++ b/tests/nix-pull.sh @@ -1,15 +1,5 @@ source common.sh -clearStore () { - echo "clearing store..." - chmod -R +w "$NIX_STORE_DIR" - rm -rf "$NIX_STORE_DIR" - mkdir "$NIX_STORE_DIR" - rm -rf "$NIX_DB_DIR" - mkdir "$NIX_DB_DIR" - $nixstore --init -} - pullCache () { echo "pulling cache..." $PERL -w -I$TOP/scripts $TOP/scripts/nix-pull file://$TEST_ROOT/manifest -- cgit v1.2.3