diff options
-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 |