* tests/scripts/features/exec: Don't use $ENV in the description

This commit is contained in:
Paul Smith 2020-01-03 01:53:18 -05:00
parent 766baeef0a
commit 53b9770b40

View File

@ -4,8 +4,8 @@ use warnings;
my $description = "Test that make can execute binaries as well as scripts with" my $description = "Test that make can execute binaries as well as scripts with"
." various shabangs and without a shebang"; ." various shabangs and without a shebang";
my $details = "The various shells that this test uses are the default " my $details = "The various shells that this test uses are the default"
."/bin/sh, $origENV{SHELL} and the perl interpreter that is " ." /bin/sh, \$SHELL and the perl interpreter that is"
." executing this test program. The shells are used for the value" ." executing this test program. The shells are used for the value"
." of SHELL inside the test makefile and also as a shebang in the" ." of SHELL inside the test makefile and also as a shebang in the"
." executed script. There is also a test which executes a script" ." executed script. There is also a test which executes a script"