summaryrefslogtreecommitdiff
path: root/tests/misc/expr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/expr')
-rwxr-xr-xtests/misc/expr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/expr b/tests/misc/expr
index f7968fdcd..032db00fb 100755
--- a/tests/misc/expr
+++ b/tests/misc/expr
@@ -28,7 +28,7 @@ use strict;
(my $program_name = $0) =~ s|.*/||;
my $prog = 'expr';
-# Turn off localisation of executable's ouput.
+# Turn off localization of executable's output.
@ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
my @Tests =