aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-execl.sh
AgeCommit message (Collapse)Author
2010-08-11Enable execl, execle, execlp, execv, and execvp wrappersMark Hatle
We wrap all of the execs so that we can ensure the environment is properly configured prior to the exec running. handle ... for the new execl* wrappers Add a test for the new execl* ... handling.