During ls, set LANGUAGE (for GNU gettext)
authorJim Meyering <jim@meyering.net>
Wed, 3 May 2000 11:10:32 +0000 (11:10 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 3 May 2000 11:10:32 +0000 (11:10 +0000)
and LC_ALL (for systems which look at LC_MESSAGES).

tests/cp/symlink-slash

index efc00dc..9370a2b 100755 (executable)
@@ -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