diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-22 13:08:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-22 13:08:43 +0000 |
commit | 7cbb85937a1aba0832a75535bc35ff3af87fa8da (patch) | |
tree | 41bbd959f701e34aca756b7f8f6f613399d2436f /tests/rm/r-1 | |
parent | 8c61ed9ff1ae0c1c277f8d140dbcb2754b1110ab (diff) | |
download | coreutils-7cbb85937a1aba0832a75535bc35ff3af87fa8da.tar.xz |
Source lang-default rather than open-coding
the setting/exporting of LANG, LC_ALL, and LANGUAGE.
Diffstat (limited to 'tests/rm/r-1')
-rwxr-xr-x | tests/rm/r-1 | 5 |
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 |