home: Adjust 'guix home import' test for shell aliases.
authorLudovic Courtès <ludo@gnu.org>
Tue, 16 Nov 2021 12:31:40 +0000 (13:31 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 16 Nov 2021 13:38:02 +0000 (14:38 +0100)
This is a followup to 4b96998292442ec03024481c911d88f86c7c36b5.

* tests/home-import.scm (match-home-environment-bash-service): Match the
'aliases' field.

tests/home-import.scm

index abd3cec..0bcdf8a 100644 (file)
@@ -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"))))))))))