summaryrefslogtreecommitdiff
path: root/tests/rm/unreadable
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm/unreadable')
-rwxr-xr-xtests/rm/unreadable2
1 files changed, 1 insertions, 1 deletions
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-$$";