From: Jim Meyering Date: Sun, 16 Aug 1998 22:04:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16v~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb771bb8706e787ed7da4b227cee58f7d48bfe8d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/ls-2/quoting b/tests/ls-2/quoting index 89557a1c8a..cba514c84a 100755 --- a/tests/ls-2/quoting +++ b/tests/ls-2/quoting @@ -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 =