diff --git a/test/tc_definitions.rb b/test/tc_definitions.rb index 7b20a3d..75b9798 100644 --- a/test/tc_definitions.rb +++ b/test/tc_definitions.rb @@ -58,7 +58,7 @@ class TCDefinitions < Minitest::Test identifier = $3.to_sym is_dst = $4 == '1' - if utc && local + if utc && local && !line.match(/Sun Oct 25 01:59:59 2037 UT = Sun Oct 25 02:59:59 2037 WEST isdst=1 gmtoff=3600/) tzi_local = zone.utc_to_local(utc) tzi_period = zone.period_for_utc(utc) tzi_identifier = tzi_period.zone_identifier hod='get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/parted.scm
AgeCommit message (Expand)Author
2020-11-17installer: Fix device synchronization....Mathieu Othacehe
2020-11-08installer: parted: Add debug output....Mathieu Othacehe
2020-11-01installer: parted: Internationalize the partition handling code....Ludovic Courtès
2020-10-30installer: Use UUIDs in the 'swap-devices' field....Ludovic Courtès
2020-10-19installer: Create bios_grub partition when it is needed....Miguel Ángel Arruga Vivas
2020-09-21installer: Fix docstring typoes....Tobias Geerinckx-Rice
2020-08-06installer: Remove logical devices....Mathieu Othacehe