diff options
Diffstat (limited to 'community/crystal/fix-spec-time-location.patch')
-rw-r--r-- | community/crystal/fix-spec-time-location.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/community/crystal/fix-spec-time-location.patch b/community/crystal/fix-spec-time-location.patch deleted file mode 100644 index 3bb086f798..0000000000 --- a/community/crystal/fix-spec-time-location.patch +++ /dev/null @@ -1,14 +0,0 @@ -This test fail on builders; probably the timezone is set to UTC there. - ---- a/spec/std/time/location_spec.cr -+++ b/spec/std/time/location_spec.cr -@@ -162,9 +162,6 @@ - end - - it ".load_local" do -- with_env("TZ", nil) do -- Location.load_local.name.should eq "Local" -- end - with_zoneinfo do - with_env("TZ", "Europe/Berlin") do - Location.load_local.name.should eq "Europe/Berlin" |