mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
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:
parent
4b9a621812
commit
2556c4d753
25 changed files with 3 additions and 3 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue