]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(test_vector): Remove _%Z from test `9'.
authorJim Meyering <jim@meyering.net>
Fri, 3 Oct 1997 03:26:01 +0000 (03:26 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 3 Oct 1997 03:26:01 +0000 (03:26 +0000)
The timezone string was too system dependent.

tests/date/Test.pm

index bb4de6bbf07a34fed5178b53b76d9f17f2207138..c2450c10732eb88bae04ffe5efb976a9a96921cc 100644 (file)
@@ -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],