mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
tests: Fix installation tests.
Use a CEST timezone as this is the assumed timezone in the run-basic-test procedure. * gnu/tests/install.scm (%encrypted-root-not-boot-os, %btrfs-root-on-subvolume-os): Use a CEST timezone.
This commit is contained in:
parent
f42bc60454
commit
4efc08d895
1 changed files with 2 additions and 2 deletions
|
@ -925,7 +925,7 @@ (define-os-with-source (%encrypted-root-not-boot-os
|
|||
|
||||
(operating-system
|
||||
(host-name "bootroot")
|
||||
(timezone "Europe/Madrid")
|
||||
(timezone "Europe/Paris")
|
||||
(locale "en_US.UTF-8")
|
||||
|
||||
(bootloader (bootloader-configuration
|
||||
|
@ -1168,7 +1168,7 @@ (define-os-with-source (%btrfs-root-on-subvolume-os
|
|||
|
||||
(operating-system
|
||||
(host-name "hurd")
|
||||
(timezone "America/Montreal")
|
||||
(timezone "Europe/Paris")
|
||||
(locale "en_US.UTF-8")
|
||||
(bootloader (bootloader-configuration
|
||||
(bootloader grub-bootloader)
|
||||
|
|
Loading…
Reference in a new issue