summaryrefslogtreecommitdiff
path: root/tests/dd/skip-seek
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dd/skip-seek')
-rwxr-xr-xtests/dd/skip-seek2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dd/skip-seek b/tests/dd/skip-seek
index 2bedd3027..7a0c117fa 100755
--- a/tests/dd/skip-seek
+++ b/tests/dd/skip-seek
@@ -30,7 +30,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 $out = 'out';
my $script_name = $ENV{SCRIPT_NAME};