]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Source lang-default rather than open-coding
authorJim Meyering <jim@meyering.net>
Sun, 22 Oct 2000 13:08:43 +0000 (13:08 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 22 Oct 2000 13:08:43 +0000 (13:08 +0000)
the setting/exporting of LANG, LC_ALL, and LANGUAGE.

tests/rm/r-1

index 358c8781e9f1a7640817d99057a4a13da67ecc89..7c21557db879a30aaf723ace4def6afa1120ea31 100755 (executable)
@@ -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