diff options
Diffstat (limited to 'tests/rm')
-rwxr-xr-x | tests/rm/empty-name | 2 | ||||
-rwxr-xr-x | tests/rm/unreadable | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/rm/empty-name b/tests/rm/empty-name index 96dab94c0..d940d01fa 100755 --- a/tests/rm/empty-name +++ b/tests/rm/empty-name @@ -31,7 +31,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 $prog = 'rm'; diff --git a/tests/rm/unreadable b/tests/rm/unreadable index fe5665344..e0fd93f9b 100755 --- a/tests/rm/unreadable +++ b/tests/rm/unreadable @@ -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 $d = "dir-$$"; |