summaryrefslogtreecommitdiff
path: root/tests/misc/date
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/date')
-rwxr-xr-xtests/misc/date2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/date b/tests/misc/date
index ec43bb7b9..0ab805e33 100755
--- a/tests/misc/date
+++ b/tests/misc/date
@@ -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;
# Export TZ=UTC0 so that zone-dependent strings match.