mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-18 21:32:12 +02:00
Source lang-default rather than open-coding
the setting/exporting of LANG, LC_ALL, and LANGUAGE.
This commit is contained in:
@@ -35,10 +35,7 @@ if test $framework_failure = 1; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
LANGUAGE=C
|
||||
export LANGUAGE
|
||||
LANG=C
|
||||
export LANG
|
||||
. $srcdir/../lang-default
|
||||
|
||||
fail=0
|
||||
rm --verbose -r $tmp/a $tmp/b > $tmp/$test.O || fail=1
|
||||
|
||||
Reference in New Issue
Block a user