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