From dfef85e7539331fc35abb152c28eaf9b04f2389e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 25 Apr 2006 10:29:10 +0000 Subject: (relative-3): New test, derived from a bug report by John Thomas McDole. --- tests/misc/date | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/misc/date') diff --git a/tests/misc/date b/tests/misc/date index 5fca6a0b3..56577b34b 100755 --- a/tests/misc/date +++ b/tests/misc/date @@ -177,6 +177,10 @@ my @Tests = {OUT=>"2000-06-15 09:43:57"}, {ENV => 'TZ=UTC+1'}], + # Relative days, no time, across time zones. + ['relative-3', "-I -d '2006-04-23 21 days ago'", {OUT=>"2006-04-02"}, + {ENV=>'TZ=PST8PDT,M4.1.0,M10.5.0'}], + # This would infloop (or appear to) prior to coreutils-4.5.5, # due to a bug in strftime.c. ['wide-fmt', "-d '1999-06-01'", '+%3004Y', {OUT=>'0' x 3000 . "1999"}], -- cgit v1.2.3-54-g00ecf