3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Ludovic Courtès 2022-04-19 18:05:37 +02:00
parent f03e08699c
commit d4af1ff177
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -69,7 +69,7 @@ trap 'chmod -Rf +w "$test_directory"; rm -rf "$test_directory"' EXIT
(list
(simple-service 'test-config
home-files-service-type
(list `("config/test.conf"
(list `(".config/test.conf"
,(plain-file
"tmp-file.txt"
"the content of ~/.config/test.conf"))))