diff options
Diffstat (limited to 'tests/init.sh')
-rw-r--r-- | tests/init.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/init.sh b/tests/init.sh index 0639a7066..691cb669b 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -96,7 +96,6 @@ mv $NIX_BIN_DIR/nix/download-using-manifests.pl $NIX_BIN_DIR/nix/substituters/do $nixstore --init # Did anything happen? -test -e "$NIX_DB_DIR"/info -test -e "$NIX_DB_DIR"/referrer +test -e "$NIX_DB_DIR"/db.sqlite echo 'Hello World' > ./dummy |