From: Jim Meyering Date: Sat, 11 Mar 2000 16:17:25 +0000 (+0000) Subject: Set the default TZ value to UTC0, not UTC. X-Git-Tag: SH-UTILS-2_0g~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9370e7d2a8d2af41ef36a29637750c65ab65d53e;p=thirdparty%2Fcoreutils.git Set the default TZ value to UTC0, not UTC. The latter didn't have any effect on alphaev56-dec-osf4.0f. --- diff --git a/tests/date/Test.pm b/tests/date/Test.pm index a910dcfc5a..8d8375ace2 100644 --- a/tests/date/Test.pm +++ b/tests/date/Test.pm @@ -5,8 +5,8 @@ use strict; # For each test... # Export LANG=C so that the locale-dependent strings match. -# Export TZ=UTC so that zone-dependent strings match. -$Test::env_default = ['LANG=C TZ=UTC']; +# Export TZ=UTC0 so that zone-dependent strings match. +$Test::env_default = ['LANG=C TZ=UTC0']; sub test_vector {