summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2017-02-09 12:50:14 +0100
committerDavid Kalnischkies <david@kalnischkies.de>2017-02-09 12:59:05 +0100
commit89a2e40d14c29c66aead51df0d56c5c49776009a (patch)
tree5414a73c821e72fd2a00b6c44ae6d39fc151fa6f
parentf09735bfa051b8c830b467ee8d78138c9f1aa808 (diff)
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
-rwxr-xr-xtest/integration/test-00-commands-have-help3
1 files changed, 2 insertions, 1 deletions
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?'