From dffc22f30fd5f25861809bc5d9ae8405390035df Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 29 Mar 2024 12:51:14 +0100 Subject: [PATCH] Rename local-store.sh -> chroot-store.sh --- tests/functional/{local-store.sh => chroot-store.sh} | 0 tests/functional/local.mk | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/functional/{local-store.sh => chroot-store.sh} (100%) 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 \