]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
($Test::env{'rfc822-1'}): Add TZ=UTC.
authorJim Meyering <jim@meyering.net>
Sun, 7 May 2000 07:17:17 +0000 (07:17 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 7 May 2000 07:17:17 +0000 (07:17 +0000)
tests/date/Test.pm

index ca20c7ab2fb8d2e41e923b7893b8a4716efaf45d..e655f02be2abdd77bcc5b9b148998f7a87f18144 100644 (file)
@@ -119,7 +119,7 @@ sub test_vector
      ['datevtime-1', "-d 000909 $fmt", {}, "2000-09-09 00:00:00", 0],
 
      # test for RFC-822 conformance
-     ['rfc822-1', "-R -d '$d1'", {}, "Sun, 19 Jan 1997 09:17:48 +0100", 0],
+     ['rfc822-1', "-R -d '$d1'", {}, "Sun, 19 Jan 1997 08:17:48 +0000", 0],
 
      # FIXME: add a lot more...
      );
@@ -145,7 +145,7 @@ sub test_vector
 
   $Test::env{'date2sec-0'} = ['TZ=UTC+2'];
 
-  $Test::env{'rfc822-1'} = ['LC_ALL=de_DE'];
+  $Test::env{'rfc822-1'} = ['LC_ALL=de_DE TZ=UTC'];
 
   return @tv;
 }