civodul pushed a commit to branch master
in repository guix.
commit d4af1ff177e2b8a70535aa078c07556c25607a66
Author: Ludovic Courtès <[email protected]>
AuthorDate: Tue Apr 19 18:05:37 2022 +0200
tests: Adjust 'guix home' test to 'home-files-service-type' changes.
This is a followup to 5832d9fb601c7d4ec5380654db2b62b906bc658f.
* tests/guix-home.sh: Change "config" to ".config" in
'home-files-service-type' extension.
---
tests/guix-home.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/guix-home.sh b/tests/guix-home.sh
index 0f68484ef4..8a7048a9ca 100644
--- a/tests/guix-home.sh
+++ b/tests/guix-home.sh
@@ -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"))))