diff options
Diffstat (limited to 'tests/mv/diag')
-rwxr-xr-x | tests/mv/diag | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/mv/diag b/tests/mv/diag index 83714fff7..c3fc1b0f9 100755 --- a/tests/mv/diag +++ b/tests/mv/diag @@ -25,12 +25,7 @@ if test $framework_failure = 1; then fi # Make sure we get English translations. -LANGUAGE=C -export LANGUAGE -LC_ALL=C -export LC_ALL -LANG=C -export LANG +. $srcdir/../lang-default # These mv commands should all exit nonzero. |