home: Adjust 'guix home import' test for shell aliases.

This is a followup to 4b96998292.

* tests/home-import.scm (match-home-environment-bash-service): Match the
'aliases' field.
This commit is contained in:
Ludovic Courtès 2021-11-16 13:31:40 +01:00
parent c322d97832
commit f35976584c
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View 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"))))))))))