From: Jim Meyering Date: Fri, 9 Sep 2005 07:22:27 +0000 (+0000) Subject: (neg-secs2, fill-1, fill-2): Add new tests. X-Git-Tag: CPPI-1_12~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da31244e99626e9db2da27170f1959ec5d6f21f2;p=thirdparty%2Fcoreutils.git (neg-secs2, fill-1, fill-2): Add new tests. --- diff --git a/tests/misc/date b/tests/misc/date index b490c0cc5f..cac4b48194 100755 --- a/tests/misc/date +++ b/tests/misc/date @@ -193,6 +193,7 @@ my @Tests = ['empty-fmt', '+', {OUT=>""}], ['neg-secs', '-d @-22 +%05s', {OUT=>"-0022"}], + ['neg-secs2', '-d @-22 +%_5s', {OUT=>" -22"}], # Before today's fix, date would print uninitialized data # to standard output for an out-of-range date: @@ -210,6 +211,9 @@ my @Tests = {ERR => "\n"}, {EXIT => 1}, ], + + ['fill-1', '-d 1999-12-08 +%_3d', {OUT=>' 8'}], + ['fill-2', '-d 1999-12-08 +%03d', {OUT=>'008'}], ); # Repeat the cross-dst test, using Jan 1, 2005 and every interval from 1..364.