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