1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 08:10:15 +02:00

Set the default TZ value to UTC0, not UTC.

The latter didn't have any effect on alphaev56-dec-osf4.0f.
This commit is contained in:
Jim Meyering
2000-03-11 16:17:25 +00:00
parent 3b89449b19
commit 9370e7d2a8
+2 -2
View File
@@ -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
{