summaryrefslogtreecommitdiff
path: root/tests/misc/test-diag
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/test-diag')
-rwxr-xr-xtests/misc/test-diag2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/test-diag b/tests/misc/test-diag
index 8ef7f3f5e..a9aa0a81a 100755
--- a/tests/misc/test-diag
+++ b/tests/misc/test-diag
@@ -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 $prog = "$ENV{abs_top_builddir}/src/test";