summaryrefslogtreecommitdiff
path: root/tests/misc/seq
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/seq')
-rwxr-xr-xtests/misc/seq2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/seq b/tests/misc/seq
index 05ad9286f..c04e9fa54 100755
--- a/tests/misc/seq
+++ b/tests/misc/seq
@@ -27,7 +27,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 = 'seq';