make/tests/scripts
Paul Smith 0c326a66c9 [SV 57674] Use the system default PATH if $PATH is not set
When using execvp() if $PATH is not present in the environment
it will automatically search the system default PATH string.  Emulate
this by passing the system default PATH to find_in_given_path() if
we don't find PATH in the environment.

* src/job.c (child_execute_job): Use confstr(_CS_PATH) if PATH is not
found.
2020-04-01 02:02:57 -04:00
..
features tests: Simplify customization of %ENV 2020-04-01 02:02:57 -04:00
functions tests: Simplify customization of %ENV 2020-04-01 02:02:57 -04:00
misc [SV 57674] Use the system default PATH if $PATH is not set 2020-04-01 02:02:57 -04:00
options tests: Simplify customization of %ENV 2020-04-01 02:02:57 -04:00
targets tests: Simplify customization of %ENV 2020-04-01 02:02:57 -04:00
variables tests: Simplify customization of %ENV 2020-04-01 02:02:57 -04:00
vms Refresh the test suite framework implementation. 2019-09-16 08:25:33 -04:00
test_template