summaryrefslogtreecommitdiff
path: root/tests/misc/basename
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/basename')
-rwxr-xr-xtests/misc/basename2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/basename b/tests/misc/basename
index fb4f64083..65575c020 100755
--- a/tests/misc/basename
+++ b/tests/misc/basename
@@ -27,7 +27,7 @@ use File::stat;
(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 $stat_single = stat('/');