changeset 12395:cc6d40dffa45 stable

test-archive: fix touch datestamps Backport 3acd5f7ab9d0 and 9581d5efb6a5 to stable.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 24 Sep 2010 02:49:09 +0200
parents 84ceedcfeb6a
children ea384dbca5b1
files tests/test-archive
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-archive	Fri Sep 24 00:04:07 2010 +0200
+++ b/tests/test-archive	Fri Sep 24 02:49:09 2010 +0200
@@ -141,7 +141,7 @@
 hg archive ../test-empty
 
 echo '% old file -- date clamped to 1980'
-touch -d 1975-01-01 old
+touch -t 197501010000 old
 hg add old
 hg commit -m old
 hg archive ../old.zip