summaryrefslogtreecommitdiff
path: root/tests/cp/symlink-slash
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-03 11:10:32 +0000
committerJim Meyering <jim@meyering.net>2000-05-03 11:10:32 +0000
commitbe579a52e71ea321b1a46d473b1c2a781a24f6ea (patch)
treed37667d6565979f070dbbf6dc08b9f05b1863a75 /tests/cp/symlink-slash
parentc2262fcd90ce9ffaee62972b28c61b59f1d21d10 (diff)
downloadcoreutils-be579a52e71ea321b1a46d473b1c2a781a24f6ea.tar.xz
During ls, set LANGUAGE (for GNU gettext)
and LC_ALL (for systems which look at LC_MESSAGES).
Diffstat (limited to 'tests/cp/symlink-slash')
-rwxr-xr-xtests/cp/symlink-slash2
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