Rename test group overlay-local-store -> local-overlay-store

Makes it match the store name (`local-overlay`) and experimental feature
name (`local-overlay-store`)._
This commit is contained in:
John Ericson 2023-08-02 20:32:45 -04:00
parent 4b9a621812
commit 2556c4d753
25 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ makefiles += \
tests/local.mk \
tests/ca/local.mk \
tests/dyn-drv/local.mk \
tests/overlay-local-store/local.mk \
tests/local-overlay-store/local.mk \
tests/test-libstoreconsumer/local.mk \
tests/plugins/local.mk
else

View file

@ -1,4 +1,4 @@
overlay-local-store-tests := \
local-overlay-store-tests := \
$(d)/check-post-init.sh \
$(d)/redundant-add.sh \
$(d)/build.sh \
@ -11,4 +11,4 @@ overlay-local-store-tests := \
$(d)/optimise.sh \
$(d)/stale-file-handle.sh
install-tests-groups += overlay-local-store
install-tests-groups += local-overlay-store