aboutsummaryrefslogtreecommitdiff
path: root/testes
diff options
context:
space:
mode:
Diffstat (limited to 'testes')
-rw-r--r--testes/files.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/files.lua b/testes/files.lua
index 0a05cf60..38d3a669 100644
--- a/testes/files.lua
+++ b/testes/files.lua
@@ -832,7 +832,7 @@ load(os.date([[!assert(D.year==%Y and D.month==%m and D.day==%d and
832do 832do
833 local D = os.date("*t") 833 local D = os.date("*t")
834 local t = os.time(D) 834 local t = os.time(D)
835 if not D.isdst then 835 if D.isdst == nil then
836 print("no daylight saving information") 836 print("no daylight saving information")
837 else 837 else
838 assert(type(D.isdst) == 'boolean') 838 assert(type(D.isdst) == 'boolean')