summaryrefslogtreecommitdiff
path: root/tests/misc/sha256sum
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/sha256sum')
-rwxr-xr-xtests/misc/sha256sum2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/sha256sum b/tests/misc/sha256sum
index 798e8a325..16eb0c66a 100755
--- a/tests/misc/sha256sum
+++ b/tests/misc/sha256sum
@@ -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 $sha_degenerate = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";