diff options
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 |