diff options
author | Jim Meyering <jim@meyering.net> | 2000-05-07 07:17:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-05-07 07:17:17 +0000 |
commit | 5aa90a994620952cc5a9b8926215da6d34e63edf (patch) | |
tree | bf6d68971f3a3f523912397c65ed45a53edd1980 /tests/date | |
parent | c610f476507e67fa9b13aad81e0a3f9346fca91c (diff) | |
download | coreutils-5aa90a994620952cc5a9b8926215da6d34e63edf.tar.xz |
($Test::env{'rfc822-1'}): Add TZ=UTC.
Diffstat (limited to 'tests/date')
-rw-r--r-- | tests/date/Test.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/date/Test.pm b/tests/date/Test.pm index ca20c7ab2..e655f02be 100644 --- a/tests/date/Test.pm +++ b/tests/date/Test.pm @@ -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; } |