We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9392ba4 + a6800f6 commit 68b1c9eCopy full SHA for 68b1c9e
tests/cmdAH.test
@@ -32,7 +32,7 @@ testConstraint filetime64bit [expr {
32
# check whether disk may have 2038 problem, see [fd91b0ca09cb171f]:
33
set fn [makeFile "" foo.text]
34
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'"
+ exec sh -c "TZ=:UTC LC_TIME=en_US touch -ma -t '207006290000' '$fn' && TZ=:UTC LC_TIME=en_US ls -l '$fn'"
36
} res]} {
37
#puts "Check constraint failed:\t$res"
38
set res {}
0 commit comments