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