]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* tests/scripts/features/exec: Don't use $ENV in the description
authorPaul Smith <psmith@gnu.org>
Fri, 3 Jan 2020 06:53:18 +0000 (01:53 -0500)
committerPaul Smith <psmith@gnu.org>
Fri, 3 Jan 2020 07:08:59 +0000 (02:08 -0500)
tests/scripts/features/exec

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