diff options
Diffstat (limited to 'tests/mv/i-1')
-rwxr-xr-x | tests/mv/i-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/i-1 b/tests/mv/i-1 index d52366683..4962813a4 100755 --- a/tests/mv/i-1 +++ b/tests/mv/i-1 @@ -26,7 +26,7 @@ use strict; (my $program_name = $0) =~ s|.*/||; -# Turn off localisation of executable's ouput. +# Turn off localization of executable's output. @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3; my $test_a = 'a'; |