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:
+2
-2
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user