From d4af1ff177e2b8a70535aa078c07556c25607a66 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 19 Apr 2022 18:05:37 +0200 Subject: 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(-) (limited to 'tests/guix-home.sh') 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")))) -- cgit v1.2.3