summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-03-04 18:27:45 +0800
committerEelco Dolstra <edolstra@gmail.com>2019-03-04 18:27:45 +0800
commitb71e1fb342b2344b738733698b20c5ec03dabe5a (patch)
treee796e3ec4fbb67a789825a377b74dfda69a23f10
parent4cfc131ec43ccbfa2f87efc3e96bdbe127ab3b1b (diff)
Restore --init calls in tests
-rw-r--r--tests/common.sh.in1
-rw-r--r--tests/init.sh3
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/common.sh.in b/tests/common.sh.in
index 28d0e8bfd..6a523ca9d 100644
--- a/tests/common.sh.in
+++ b/tests/common.sh.in
@@ -53,6 +53,7 @@ clearStore() {
mkdir "$NIX_STORE_DIR"
rm -rf "$NIX_STATE_DIR"
mkdir "$NIX_STATE_DIR"
+ nix-store --init
clearProfiles
}
diff --git a/tests/init.sh b/tests/init.sh
index 6fa4f815b..19a12c1e2 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