# HG changeset patch # User Matt Mackall # Date 1285187588 18000 # Node ID 9581d5efb6a542038351533fdec2d01abfcfa003 # Parent 3acd5f7ab9d0f3828830ccb3f28477dbdd5eeac8 tests: fix touch -t with RHEL diff -r 3acd5f7ab9d0 -r 9581d5efb6a5 tests/test-archive.t --- a/tests/test-archive.t Tue Sep 21 18:36:23 2010 +0200 +++ b/tests/test-archive.t Wed Sep 22 15:33:08 2010 -0500 @@ -221,7 +221,7 @@ [255] old file -- date clamped to 1980 - $ touch -t 19750101 old + $ touch -t 197501010000 old $ hg add old $ hg commit -m old $ hg archive ../old.zip