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:
92ae1c7
)
(LC_ALL): Set to `C' and export to ensure
author
Jim Meyering
<jim@meyering.net>
Sun, 10 Sep 2000 19:47:56 +0000
(19:47 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 10 Sep 2000 19:47:56 +0000
(19:47 +0000)
that `ls' sorts the same way for everyone. Reported by Vin Shelton.
tests/cp/cp-mv-backup
patch
|
blob
|
history
diff --git
a/tests/cp/cp-mv-backup
b/tests/cp/cp-mv-backup
index 084dd1e540af178308d862ddc52eaffdb7eac62e..fbed6f00957bc9ae5c0afb04ebf5ec0670e7a6cc 100755
(executable)
--- a/
tests/cp/cp-mv-backup
+++ b/
tests/cp/cp-mv-backup
@@
-9,6
+9,9
@@
fi
LANGUAGE=C; export LANGUAGE
LANG=C; export LANG
+# Ensure that ls sorts the same way for everyone.
+LC_ALL=C; export LC_ALL
+
. $srcdir/../envvar-check
umask 022