]> git.ipfire.org Git - thirdparty/make.git/commit
* tests/*: Quote backticked command paths
authorPaul Smith <psmith@gnu.org>
Tue, 26 Aug 2025 12:53:00 +0000 (08:53 -0400)
committerPaul Smith <psmith@gnu.org>
Wed, 27 Aug 2025 02:54:34 +0000 (22:54 -0400)
commitac2142e1a3f1ff6698197f4b53e6c0197dac1b54
treec85a38f9fe5a4cf75ee96c37a67687ccfc71d8bf
parentc59cc4f932ede1c42923cfcb357d949e0941ebd8
* tests/*: Quote backticked command paths

When using Perl's backticks make sure that the path to the command
invoked is quoted.  On Windows, in particular, paths to commands such
as diff, etc. may contain whitespace.
tests/run_make_tests.pl
tests/scripts/features/archives
tests/scripts/features/load
tests/scripts/features/loadapi
tests/scripts/functions/realpath
tests/scripts/options/dash-I
tests/scripts/targets/ONESHELL
tests/scripts/targets/POSIX
tests/scripts/variables/INCLUDE_DIRS
tests/scripts/variables/SHELL
tests/test_driver.pl