##// END OF EJS Templates
tests: fix touch -t with RHEL
Matt Mackall -
r12368:9581d5ef default
parent child Browse files
Show More
@@ -221,7 +221,7 b' empty repo'
221 [255]
221 [255]
222 old file -- date clamped to 1980
222 old file -- date clamped to 1980
223
223
224 $ touch -t 19750101 old
224 $ touch -t 197501010000 old
225 $ hg add old
225 $ hg add old
226 $ hg commit -m old
226 $ hg commit -m old
227 $ hg archive ../old.zip
227 $ hg archive ../old.zip
General Comments 0
You need to be logged in to leave comments. Login now