diff --git a/tests/functional/local-store.sh b/tests/functional/chroot-store.sh similarity index 100% rename from tests/functional/local-store.sh rename to tests/functional/chroot-store.sh diff --git a/tests/functional/local.mk b/tests/functional/local.mk index 8bb8e3600..ca9837d32 100644 --- a/tests/functional/local.mk +++ b/tests/functional/local.mk @@ -83,7 +83,7 @@ nix_tests = \ export.sh \ config.sh \ add.sh \ - local-store.sh \ + chroot-store.sh \ filter-source.sh \ misc.sh \ dump-db.sh \