From b71e1fb342b2344b738733698b20c5ec03dabe5a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 4 Mar 2019 18:27:45 +0800 Subject: Restore --init calls in tests --- tests/init.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/init.sh') 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 -- cgit 1.4.1