diff options
author | Jim Meyering <jim@meyering.net> | 2000-05-03 11:10:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-05-03 11:10:32 +0000 |
commit | be579a52e71ea321b1a46d473b1c2a781a24f6ea (patch) | |
tree | d37667d6565979f070dbbf6dc08b9f05b1863a75 /tests | |
parent | c2262fcd90ce9ffaee62972b28c61b59f1d21d10 (diff) | |
download | coreutils-be579a52e71ea321b1a46d473b1c2a781a24f6ea.tar.xz |
During ls, set LANGUAGE (for GNU gettext)
and LC_ALL (for systems which look at LC_MESSAGES).
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/cp/symlink-slash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/symlink-slash b/tests/cp/symlink-slash index efc00dcdc..9370a2b4c 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 |