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:
parent
c322d97832
commit
f35976584c
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ corresponding file."
|
||||||
('list ('service
|
('list ('service
|
||||||
'home-bash-service-type
|
'home-bash-service-type
|
||||||
('home-bash-configuration
|
('home-bash-configuration
|
||||||
|
('aliases ('quote ()))
|
||||||
('bashrc
|
('bashrc
|
||||||
('list ('local-file "/tmp/guix-config/.bashrc"
|
('list ('local-file "/tmp/guix-config/.bashrc"
|
||||||
"bashrc"))))))))))
|
"bashrc"))))))))))
|
||||||
|
|
Reference in a new issue