diff options
Diffstat (limited to 'tests/misc/mktemp')
-rwxr-xr-x | tests/misc/mktemp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/mktemp b/tests/misc/mktemp index 826165633..835b43858 100755 --- a/tests/misc/mktemp +++ b/tests/misc/mktemp @@ -54,7 +54,7 @@ sub check_tmp($$) and do { unlink $file or die "$ME: failed to unlink $file: $!\n" }; } -# 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 = 'mktemp'; |