Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | process: Don't use the shells built-in echo in tests | Martin Willi | 2014-10-14 | 1 | -1/+1 |
| | | | | On OS X, the /bin/sh built-in echo does not support -n. | ||||
* | process: Don't use absolute path names for true/false/cat in unit tests | Martin Willi | 2014-10-14 | 1 | -4/+10 |
| | | | | | But use the (builtin) shell commands instead, as on OS X true/false are under /usr/bin. | ||||
* | process: Add a wrapper to invoke a command under the system default shell | Martin Willi | 2014-10-06 | 1 | -0/+16 |
| | |||||
* | process: Port child process spawning to the Windows platform | Martin Willi | 2014-10-06 | 1 | -0/+32 |
| | |||||
* | process: Provide an abstraction to spawn child processes with redirected I/O | Martin Willi | 2014-10-06 | 1 | -0/+173 |