From be579a52e71ea321b1a46d473b1c2a781a24f6ea Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 3 May 2000 11:10:32 +0000 Subject: During ls, set LANGUAGE (for GNU gettext) and LC_ALL (for systems which look at LC_MESSAGES). --- tests/cp/symlink-slash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cp/symlink-slash') 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 -- cgit v1.2.3-54-g00ecf