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