# HG changeset patch # User Thomas Arendsen Hein # Date 1349779674 -7200 # Node ID 4720d2c903a27bea0954ed41ae7b6bdb36bb6d11 # Parent 1c523c4008f7bd069c4b8b6a3c6b2aa2252648a4 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' diff -r 1c523c4008f7 -r 4720d2c903a2 tests/test-dirstate.t --- 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