aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/suites/test_process.c
Commit message (Collapse)AuthorAgeFilesLines
* process: Don't use the shells built-in echo in testsMartin Willi2014-10-141-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 testsMartin Willi2014-10-141-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 shellMartin Willi2014-10-061-0/+16
|
* process: Port child process spawning to the Windows platformMartin Willi2014-10-061-0/+32
|
* process: Provide an abstraction to spawn child processes with redirected I/OMartin Willi2014-10-061-0/+173