guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/08: home: Adjust 'guix home import' test for shell aliases.


From: guix-commits
Subject: 06/08: home: Adjust 'guix home import' test for shell aliases.
Date: Tue, 16 Nov 2021 08:38:55 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit f35976584cce09e3e857f75caa812daedc8cc07e
Author: Ludovic Courtès <ludo@gnu.org>
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

[Prev in Thread] Current Thread [Next in Thread]