diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-21T18·54+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-21T18·54+0000 |
commit | 0bd5eb71a0a23b27a02af591ba46e4cf2c34aa04 (patch) | |
tree | 46e32a4eee45d30bcb2d5f780fe9ccd3bb41552d /tests/nix-pull.sh | |
parent | 4e91d8621f6620f8b15535002309882fd7794a1f (diff) |
* `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.
Diffstat (limited to 'tests/nix-pull.sh')
-rw-r--r-- | tests/nix-pull.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/nix-pull.sh b/tests/nix-pull.sh index ddbe0f97f32b..a847510cebfe 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 |