summary refs log tree commit diff
path: root/src/test/run-pass/command-before-exec.rs
AgeCommit message (Collapse)AuthorLines
2016-02-10std: Implement CommandExt::before_execAlex Crichton-0/+90
This is a Unix-specific function which adds the ability to register a closure to run pre-exec to configure the child process as required (note that these closures are run post-fork). cc #31398