summaryrefslogtreecommitdiff
path: root/tests/misc/cut
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/cut')
-rwxr-xr-xtests/misc/cut2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/cut b/tests/misc/cut
index fd3c1770c..760448c4e 100755
--- a/tests/misc/cut
+++ b/tests/misc/cut
@@ -26,7 +26,7 @@ use strict;
(my $ME = $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 = 'cut';