summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-11-16 13:31:40 +0100
committerLudovic Courtès <ludo@gnu.org>2021-11-16 14:38:02 +0100
commitf35976584cce09e3e857f75caa812daedc8cc07e (patch)
tree4ad5350e68f33bf9d92d65c0e9cae177d9a9078d /tests
parentc322d97832081e6e1913c6311616030d1fad4ee2 (diff)
downloadguix-f35976584cce09e3e857f75caa812daedc8cc07e.tar.gz
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.
Diffstat (limited to 'tests')
-rw-r--r--tests/home-import.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/home-import.scm b/tests/home-import.scm
index abd3cec43d..0bcdf8a469 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"))))))))))