Make test-remove portable for strange strftime implementations.

This commit is contained in:
Thomas Arendsen Hein 2006-03-13 13:08:31 +01:00
parent 1b244c77c7
commit 42cd9f80bb

View File

@ -8,8 +8,8 @@ hg commit -m 1 -d "1000000 0"
rm foo
hg remove foo
hg commit -m 2 -d "1000000 0"
hg export 0
hg export 1
hg export 0 | sed -e "s/Thu Jan 01/Thu Jan 1/"
hg export 1 | sed -e "s/Thu Jan 01/Thu Jan 1/"
hg log -p -r 0
hg log -p -r 1