diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-03-04T10·27+0800 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-03-04T10·27+0800 |
commit | b71e1fb342b2344b738733698b20c5ec03dabe5a (patch) | |
tree | e796e3ec4fbb67a789825a377b74dfda69a23f10 /tests/init.sh | |
parent | 4cfc131ec43ccbfa2f87efc3e96bdbe127ab3b1b (diff) |
Restore --init calls in tests
Diffstat (limited to 'tests/init.sh')
-rw-r--r-- | tests/init.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/init.sh b/tests/init.sh index 6fa4f815bfe5..19a12c1e2d9e 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -25,6 +25,9 @@ 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 |