mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-19 02:10:57 +02:00
(test_vector): Remove _%Z from test `9'.
The timezone string was too system dependent.
This commit is contained in:
@@ -38,7 +38,7 @@ sub test_vector
|
||||
['6', "-d '$d1' +'%s_%S_%t_%T'", {}, "853661868_48_\t_$t0", 0],
|
||||
['7', "-d '$d1' +'%U_%V_%w_%W'", {}, '03_03_0_02', 0],
|
||||
['8', "-d '$d1' +'%x_%X_%y_%Y'", {}, "01/19/97_${t0}_97_1997", 0],
|
||||
['9', "-d '$d1' +'%z_%Z'", {}, '+0000_GMT', 0],
|
||||
['9', "-d '$d1' +'%z'", {}, '+0000', 0],
|
||||
|
||||
['leap-1', "--date '02/29/1996 1 year' +%Y-%m-%d", {}, '1997-03-01', 0],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user