diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-04-19 18:05:37 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-04-19 18:07:49 +0200 |
commit | d4af1ff177e2b8a70535aa078c07556c25607a66 (patch) | |
tree | ff8281ef153a01a8c6063b70bf80c7c7270ac043 /tests/guix-home.sh | |
parent | f03e08699c2d8807885ac0afea5fb6ca7ca58354 (diff) | |
download | guix-d4af1ff177e2b8a70535aa078c07556c25607a66.tar.gz |
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.
Diffstat (limited to 'tests/guix-home.sh')
-rw-r--r-- | tests/guix-home.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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")))) |