From 7cbb85937a1aba0832a75535bc35ff3af87fa8da Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 22 Oct 2000 13:08:43 +0000 Subject: [PATCH] Source lang-default rather than open-coding the setting/exporting of LANG, LC_ALL, and LANGUAGE. --- tests/rm/r-1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/rm/r-1 b/tests/rm/r-1 index 358c8781e..7c21557db 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