tests: Fix installation tests.
authorMathieu Othacehe <othacehe@gnu.org>
Tue, 23 Nov 2021 08:37:58 +0000 (08:37 +0000)
committerMathieu Othacehe <othacehe@gnu.org>
Tue, 23 Nov 2021 08:37:58 +0000 (08:37 +0000)
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.

gnu/tests/install.scm

index 38785ae..a4b8b66 100644 (file)
@@ -925,7 +925,7 @@ reboot\n")
 
   (operating-system
     (host-name "bootroot")
-    (timezone "Europe/Madrid")
+    (timezone "Europe/Paris")
     (locale "en_US.UTF-8")
 
     (bootloader (bootloader-configuration
@@ -1168,7 +1168,7 @@ RAID-0 (stripe) root partition.")
 
   (operating-system
     (host-name "hurd")
-    (timezone "America/Montreal")
+    (timezone "Europe/Paris")
     (locale "en_US.UTF-8")
     (bootloader (bootloader-configuration
                  (bootloader grub-bootloader)