From: Jim Meyering Date: Wed, 3 May 2000 11:10:32 +0000 (+0000) Subject: During ls, set LANGUAGE (for GNU gettext) X-Git-Tag: v4.5.1~5012 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be579a52e71ea321b1a46d473b1c2a781a24f6ea;p=thirdparty%2Fcoreutils.git During ls, set LANGUAGE (for GNU gettext) and LC_ALL (for systems which look at LC_MESSAGES). --- diff --git a/tests/cp/symlink-slash b/tests/cp/symlink-slash index efc00dcdc5..9370a2b4c8 100755 --- a/tests/cp/symlink-slash +++ b/tests/cp/symlink-slash @@ -23,7 +23,7 @@ fi fail=0 cp -dR symlink/ s || fail=1 -set `ls -l s` +set `LANGUAGE=C LC_ALL=C ls -l s` # Prior to fileutils-4.0q, the following would have output ...`s -> dir' # because the trailing slash was removed unconditionally (now you have to