aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-home.sh
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-04-19 18:05:37 +0200
committerLudovic Courtès <ludo@gnu.org>2022-04-19 18:07:49 +0200
commitd4af1ff177e2b8a70535aa078c07556c25607a66 (patch)
treeff8281ef153a01a8c6063b70bf80c7c7270ac043 /tests/guix-home.sh
parentf03e08699c2d8807885ac0afea5fb6ca7ca58354 (diff)
downloadguix-d4af1ff177e2b8a70535aa078c07556c25607a66.tar
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.sh2
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"))))