From 89a2e40d14c29c66aead51df0d56c5c49776009a Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Thu, 9 Feb 2017 12:50:14 +0100 Subject: don't test with "too early for 32bit" years $ uname -m i686 $ date -d '0-12-25' date: invalid date '0-12-25' Test-Regression-In: 25a14d4ccfceb2698edce01092bc6a1dbe9fb217 --- test/integration/test-00-commands-have-help | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/test-00-commands-have-help b/test/integration/test-00-commands-have-help index 87c3be6b4..2d8fa1105 100755 --- a/test/integration/test-00-commands-have-help +++ b/test/integration/test-00-commands-have-help @@ -75,7 +75,8 @@ testmoo() { unset SOURCE_DATE_EPOCH } testmoo '@0' 'Have you mooed today?' -testmoo '0-12-25' 'Happy package management day!' +# the year 0 is too early for 32bit architectures +testmoo '2000-12-25' 'Happy package management day!' testmoo '1930-02-18' "It's a Bird ... It's a Plane ... It's Super Cow!" testmoo '1966-11-07' 'Whoever needs milk, bows to the animal.' testmoo '1988-03-29' 'Have you mooed today?' -- cgit v1.2.3