Mercurial > hg
changeset 17737:4720d2c903a2
test-dirstate: remove test with date larger than 32 bit
When running on a 32bit system or with a touch command that only accepts
32bit dates, the following happened:
$ touch -t 250001011200 a
touch: invalid date format `250001011200'
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Tue, 09 Oct 2012 12:47:54 +0200 |
parents | 1c523c4008f7 |
children | b8424c92ba2b |
files | tests/test-dirstate.t |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-dirstate.t Tue Oct 09 09:45:44 2012 +0200 +++ b/tests/test-dirstate.t Tue Oct 09 12:47:54 2012 +0200 @@ -55,10 +55,6 @@ Test modulo storage/comparison of absurd dates: - $ touch -t 250001011200 a - $ hg st - $ hg debugstate - n 644 2 2023-08-24 13:21:04 a $ touch -t 195001011200 a $ hg st $ hg debugstate