summaryrefslogtreecommitdiff
path: root/tests/misc/sum
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/sum')
-rwxr-xr-xtests/misc/sum2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/sum b/tests/misc/sum
index 59ac53560..7b99a42ed 100755
--- a/tests/misc/sum
+++ b/tests/misc/sum
@@ -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 $in_1k = 'a' x 1024;