summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/misc/expand2
-rwxr-xr-xtests/misc/fold2
2 files changed, 0 insertions, 4 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;
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;