]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 16 Aug 1998 22:04:19 +0000 (22:04 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 16 Aug 1998 22:04:19 +0000 (22:04 +0000)
tests/ls-2/quoting

index 89557a1c8ac6391fa51911f2476bdadfea4031c0..cba514c84a369f71b053c39c5b146cbb3dc0f41a 100755 (executable)
@@ -4,10 +4,8 @@ use strict;
 
 (my $program_name = $0) =~ s|.*/||;
 
-# Make sure the tools use the expected locale.
-$ENV{LANGUAGE} = 'C';
-$ENV{LC_ALL} = 'C';
-$ENV{LANG} = 'C';
+# Turn off localisation of executable's ouput.
+@ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
 
 my $q_bell = {IN => {"q\a" => ''}};
 my @Tests =