diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-01-18 11:03:38 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-01-18 11:03:38 +0000 |
commit | b598356e4838039cf3470177e58ccba9b7e54eae (patch) | |
tree | a5f7b13e5106b33d2f1342a29b955f5295e0c343 /t/op/groups.t | |
parent | a666309de8c6debe88d22c6bee8eb7599e06ebb3 (diff) | |
download | perl-b598356e4838039cf3470177e58ccba9b7e54eae.tar.gz |
GNU libc locale system has LANGUAGE env var that partly
overrides even LC_ALL.
p4raw-id: //depot/cfgperl@2642
Diffstat (limited to 't/op/groups.t')
-rwxr-xr-x | t/op/groups.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/groups.t b/t/op/groups.t index dc8385b853..5778795a0e 100755 --- a/t/op/groups.t +++ b/t/op/groups.t @@ -3,6 +3,7 @@ $ENV{PATH} ="/bin:/usr/bin:/usr/xpg4/bin:/usr/ucb" . exists $ENV{PATH} ? ":$ENV{PATH}" : ""; $ENV{LC_ALL} = "C"; # so that external utilities speak English +$ENV{LANGUAGE} = 'C'; # GNU locale extension sub quit { print "1..0\n"; |