execute_process(): Restore opening files relative to WORKING_DIRECTORY
Prior to !8665 (merged), execute_process()
would open INPUT_FILE
, OUTPUT_FILE
,
and ERROR_FILE
relative to the WORKING_DIRECTORY
argument if it was
provided. Restore this behavior for backwards compatibility.
Fixes: #25338 (closed)
Backport: release
Edited by Kyle Edwards