summaryrefslogtreecommitdiff
path: root/gnu/tests
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2021-11-23 08:37:58 +0000
committerMathieu Othacehe <othacehe@gnu.org>2021-11-23 08:37:58 +0000
commit4efc08d895274ee39e6e6e5c49121fb05a0281b6 (patch)
treedc3c484a03fb00875f767b7cd0426c41172a204c /gnu/tests
parentf42bc604547d9ee8e35fcd66d5db7786954cfac3 (diff)
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.
Diffstat (limited to 'gnu/tests')
-rw-r--r--gnu/tests/install.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
index 38785ae0bdb..a4b8b6655cc 100644
--- a/gnu/tests/install.scm
+++ b/gnu/tests/install.scm
@@ -925,7 +925,7 @@ reboot\n")
925 925
926 (operating-system 926 (operating-system
927 (host-name "bootroot") 927 (host-name "bootroot")
928 (timezone "Europe/Madrid") 928 (timezone "Europe/Paris")
929 (locale "en_US.UTF-8") 929 (locale "en_US.UTF-8")
930 930
931 (bootloader (bootloader-configuration 931 (bootloader (bootloader-configuration
@@ -1168,7 +1168,7 @@ RAID-0 (stripe) root partition.")
1168 1168
1169 (operating-system 1169 (operating-system
1170 (host-name "hurd") 1170 (host-name "hurd")
1171 (timezone "America/Montreal") 1171 (timezone "Europe/Paris")
1172 (locale "en_US.UTF-8") 1172 (locale "en_US.UTF-8")
1173 (bootloader (bootloader-configuration 1173 (bootloader (bootloader-configuration
1174 (bootloader grub-bootloader) 1174 (bootloader grub-bootloader)