summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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