diff options
Diffstat (limited to 'tests/misc/xstrtol')
-rwxr-xr-x | tests/misc/xstrtol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/xstrtol b/tests/misc/xstrtol index c3a34077a..d31df6dba 100755 --- a/tests/misc/xstrtol +++ b/tests/misc/xstrtol @@ -31,7 +31,7 @@ use strict; (my $ME = $0) =~ s|.*/||; -# Turn off localisation of executable's output. +# Turn off localization of executable's output. @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3; my $prog = 'pr'; |