projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2262fc
)
During ls, set LANGUAGE (for GNU gettext)
author
Jim Meyering
<jim@meyering.net>
Wed, 3 May 2000 11:10:32 +0000
(11:10 +0000)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/tests/cp/symlink-slash
b/tests/cp/symlink-slash
index efc00dcdc58bf2ac3e6b458286f01023e5e1adec..9370a2b4c8bb1e06df5a85c33cc7dd2c02c3ffd6 100755
(executable)
--- 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