summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-10-22 13:08:43 +0000
committerJim Meyering <jim@meyering.net>2000-10-22 13:08:43 +0000
commit7cbb85937a1aba0832a75535bc35ff3af87fa8da (patch)
tree41bbd959f701e34aca756b7f8f6f613399d2436f /tests
parent8c61ed9ff1ae0c1c277f8d140dbcb2754b1110ab (diff)
downloadcoreutils-7cbb85937a1aba0832a75535bc35ff3af87fa8da.tar.xz
Source lang-default rather than open-coding
the setting/exporting of LANG, LC_ALL, and LANGUAGE.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/rm/r-15
1 files changed, 1 insertions, 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