make/tests/scripts
Paul Smith e64674b718 [SV 57022] Avoid posix_spawn which fails asynchronously
Avoid using posix_spawn implementations that fail asynchronously when
the spawned program can't be invoked: this means instead of getting
an error such as "No such file or directory" we get just "Exit 127".

Original implementation of the configure.ac macro provided by
Martin Dorey <martin.dorey@hds.com>

Original implementation of the regression tests provided by
Dmitry Goncharov <dgoncharov@users.sf.net>

* configure.ac: Test whether posix_spawn fails asynchronously.  In a
cross-compilation environment, assume that it does not.  If we detect
that it does, fall back to fork/exec.
* tests/scripts/features/exec: Add regression tests for different
shebang invocation methods.
2019-12-27 01:37:17 -05:00
..
features [SV 57022] Avoid posix_spawn which fails asynchronously 2019-12-27 01:37:17 -05:00
functions Port functions/shell test to Solaris 10 2019-10-10 18:31:50 -04:00
misc * job.c (child_error): Modify error message string. 2019-09-22 17:02:57 -04:00
options * job.c (child_error): Modify error message string. 2019-09-22 17:02:57 -04:00
targets * job.c (child_error): Modify error message string. 2019-09-22 17:02:57 -04:00
variables * job.c (child_error): Modify error message string. 2019-09-22 17:02:57 -04:00
vms Refresh the test suite framework implementation. 2019-09-16 08:25:33 -04:00
test_template Update the test template. A few fixes in run_make_test(). 2004-09-22 04:36:17 +00:00