From: Jim Meyering Date: Sun, 22 Oct 2000 13:08:43 +0000 (+0000) Subject: Source lang-default rather than open-coding X-Git-Tag: TEXTUTILS-2_0_8~19 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=7cbb85937a1aba0832a75535bc35ff3af87fa8da;p=thirdparty%2Fcoreutils.git Source lang-default rather than open-coding the setting/exporting of LANG, LC_ALL, and LANGUAGE. --- diff --git a/tests/rm/r-1 b/tests/rm/r-1 index 358c8781e9..7c21557db8 100755 --- a/tests/rm/r-1 +++ b/tests/rm/r-1 @@ -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