Skip to content

Commit 68b1c9e

Browse files
committed
merge 8.6
2 parents 9392ba4 + a6800f6 commit 68b1c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cmdAH.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ testConstraint filetime64bit [expr {
3232
# check whether disk may have 2038 problem, see [fd91b0ca09cb171f]:
3333
set fn [makeFile "" foo.text]
3434
if {[catch {
35-
exec sh -c "TZ=:UTC LC_TYME=en_US touch -ma -t '207006290000' '$fn' && TZ=:UTC LC_TYME=en_US ls -l '$fn'"
35+
exec sh -c "TZ=:UTC LC_TIME=en_US touch -ma -t '207006290000' '$fn' && TZ=:UTC LC_TIME=en_US ls -l '$fn'"
3636
} res]} {
3737
#puts "Check constraint failed:\t$res"
3838
set res {}

0 commit comments

Comments
 (0)