diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2018-05-18 15:04:36 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2018-05-28 13:24:19 +0200 |
| commit | 9ceeca0880248eee8c2796f5e6ebc172b95277f7 (patch) | |
| tree | 251f15e7bbfe43aebd4a79159132e0fc28b52266 /gnu/tests.scm | |
| parent | a5acc17a3c10a3779b5b8b1a2565ef130be77e51 (diff) | |
system: Remove uses of the 'title' field of <file-system>.
* gnu/system/install.scm (installation-os): Remove uses of the 'title'
field of 'file-system'; use 'file-system-label' as appropriate.
* gnu/system/vm.scm (system-disk-image, system-qemu-image): Likewise.
* gnu/tests.scm (%simple-os): Likewise.
* gnu/tests/install.scm (%minimal-os, %minimal-extlinux-os)
(%minimal-os-on-vda, %separate-home-os, %separate-store-os)
(%raid-root-os, %encrypted-root-os, %btrfs-root-os): Likewise.
* gnu/build/shepherd.scm (default-mounts)[tmpfs]: Likewise.
* tests/guix-system.sh: Likewise.
* tests/system.scm (%root-fs): Likewise.
("operating-system-boot-mapped-devices, implicit dependency"): Likewise.
Diffstat (limited to 'gnu/tests.scm')
| -rw-r--r-- | gnu/tests.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/tests.scm b/gnu/tests.scm index 2aef370af5a..5d4a4f80628 100644 --- a/gnu/tests.scm +++ b/gnu/tests.scm | |||
| @@ -208,8 +208,7 @@ the system under test." | |||
| 208 | (bootloader grub-bootloader) | 208 | (bootloader grub-bootloader) |
| 209 | (target "/dev/sdX"))) | 209 | (target "/dev/sdX"))) |
| 210 | (file-systems (cons (file-system | 210 | (file-systems (cons (file-system |
| 211 | (device "my-root") | 211 | (device (file-system-label "my-root")) |
| 212 | (title 'label) | ||
| 213 | (mount-point "/") | 212 | (mount-point "/") |
| 214 | (type "ext4")) | 213 | (type "ext4")) |
| 215 | %base-file-systems)) | 214 | %base-file-systems)) |
