tests: Adjust 'guix home' test to 'home-files-service-type' changes.
authorLudovic Courtès <ludo@gnu.org>
Tue, 19 Apr 2022 16:05:37 +0000 (18:05 +0200)
committerLudovic Courtès <ludo@gnu.org>
Tue, 19 Apr 2022 16:07:49 +0000 (18:07 +0200)
This is a followup to 5832d9fb601c7d4ec5380654db2b62b906bc658f.

* tests/guix-home.sh: Change "config" to ".config" in
'home-files-service-type' extension.

tests/guix-home.sh

index 0f68484..8a7048a 100644 (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"))))