From b402148d8f584144b80fe159e76e553a1792ecb7 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Fri, 22 Feb 2019 21:07:48 +0100 Subject: remove noop uses of nix-store --init the nix-store --init command is a noop apparently --- tests/common.sh.in | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/common.sh.in') diff --git a/tests/common.sh.in b/tests/common.sh.in index 6a523ca9d832..28d0e8bfd5fc 100644 --- a/tests/common.sh.in +++ b/tests/common.sh.in @@ -53,7 +53,6 @@ clearStore() { mkdir "$NIX_STORE_DIR" rm -rf "$NIX_STATE_DIR" mkdir "$NIX_STATE_DIR" - nix-store --init clearProfiles } -- cgit 1.4.1