# HG changeset patch # User Thomas Arendsen Hein # Date 2012-10-09 10:47:54 # 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 --git a/tests/test-dirstate.t b/tests/test-dirstate.t --- a/tests/test-dirstate.t +++ b/tests/test-dirstate.t @@ -55,10 +55,6 @@ Status must not set a's entry to unset ( 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