civodul pushed a commit to branch master
in repository guix.

commit f35976584cce09e3e857f75caa812daedc8cc07e
Author: Ludovic Courtès <[email protected]>
AuthorDate: Tue Nov 16 13:31:40 2021 +0100

    home: Adjust 'guix home import' test for shell aliases.
    
    This is a followup to 4b96998292442ec03024481c911d88f86c7c36b5.
    
    * tests/home-import.scm (match-home-environment-bash-service): Match the
    'aliases' field.
---
 tests/home-import.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/home-import.scm b/tests/home-import.scm
index abd3cec..0bcdf8a 100644
--- a/tests/home-import.scm
+++ b/tests/home-import.scm
@@ -151,6 +151,7 @@ corresponding file."
       ('list ('service
               'home-bash-service-type
               ('home-bash-configuration
+               ('aliases ('quote ()))
                ('bashrc
                 ('list ('local-file "/tmp/guix-config/.bashrc"
                                     "bashrc"))))))))))

Reply via email to