From 055f49e2c626027c6a1641d7cd4b9c66aebbe403 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 14 Jun 2020 13:57:21 +0300 Subject: Fix datetime tests * tests/builtin.at (IT_SPECIAL): Force TZ=0 to avoid false failures due to DST. --- tests/builtin.at | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/builtin.at b/tests/builtin.at index 80f060c..aaeaedd 100644 --- a/tests/builtin.at +++ b/tests/builtin.at @@ -82,6 +82,8 @@ component controller { } } _EOT +TZ=0 +export TZ set -e to 10 \ pies --foreground --stderr \ -- cgit v1.2.1