diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-02-23 12:12:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-23 12:12:36 +0100 |
commit | 6bfb082ea298ac4366d4808f3a1b7c065cf89302 (patch) | |
tree | c716407494479f463f7c7e67d2dc86d699e2af60 /tests/init.sh | |
parent | e58a71442ad4a538b48fc7a9938c3690628c4741 (diff) | |
parent | b402148d8f584144b80fe159e76e553a1792ecb7 (diff) |
Merge pull request #2694 from zimbatm/no-store-init
remove noop uses of nix-store --init
Diffstat (limited to 'tests/init.sh')
-rw-r--r-- | tests/init.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/init.sh b/tests/init.sh index 19a12c1e2..6fa4f815b 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -25,9 +25,6 @@ fsync-metadata = false !include nix.conf.extra.not-there EOF -# Initialise the database. -nix-store --init - # Did anything happen? test -e "$NIX_STATE_DIR"/db/db.sqlite |