diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2021-11-16 13:31:40 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2021-11-16 14:38:02 +0100 |
| commit | f35976584cce09e3e857f75caa812daedc8cc07e (patch) | |
| tree | 4ad5350e68f33bf9d92d65c0e9cae177d9a9078d | |
| parent | c322d97832081e6e1913c6311616030d1fad4ee2 (diff) | |
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.
| -rw-r--r-- | tests/home-import.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/home-import.scm b/tests/home-import.scm index abd3cec43db..0bcdf8a469a 100644 --- a/tests/home-import.scm +++ b/tests/home-import.scm | |||
| @@ -151,6 +151,7 @@ corresponding file." | |||
| 151 | ('list ('service | 151 | ('list ('service |
| 152 | 'home-bash-service-type | 152 | 'home-bash-service-type |
| 153 | ('home-bash-configuration | 153 | ('home-bash-configuration |
| 154 | ('aliases ('quote ())) | ||
| 154 | ('bashrc | 155 | ('bashrc |
| 155 | ('list ('local-file "/tmp/guix-config/.bashrc" | 156 | ('list ('local-file "/tmp/guix-config/.bashrc" |
| 156 | "bashrc")))))))))) | 157 | "bashrc")))))))))) |
