mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
tests: Adjust 'guix home' test to 'home-files-service-type' changes.
This is a followup to 5832d9fb60
.
* tests/guix-home.sh: Change "config" to ".config" in
'home-files-service-type' extension.
This commit is contained in:
parent
f03e08699c
commit
d4af1ff177
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ trap 'chmod -Rf +w "$test_directory"; rm -rf "$test_directory"' EXIT
|
||||||
(list
|
(list
|
||||||
(simple-service 'test-config
|
(simple-service 'test-config
|
||||||
home-files-service-type
|
home-files-service-type
|
||||||
(list `("config/test.conf"
|
(list `(".config/test.conf"
|
||||||
,(plain-file
|
,(plain-file
|
||||||
"tmp-file.txt"
|
"tmp-file.txt"
|
||||||
"the content of ~/.config/test.conf"))))
|
"the content of ~/.config/test.conf"))))
|
||||||
|
|
Loading…
Reference in a new issue