summaryrefslogtreecommitdiff
path: root/src/syscall/exec_unix_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: extract "can I exec?" check from tests into internal/testenvRuss Cox2015-06-161-4/+3
* runtime, syscall: fix Solaris exec testsAram Hăvărneanu2015-03-241-12/+3
* syscall: disable test that forks on darwin/armDavid Crawshaw2015-03-231-2/+10
* syscall: Add Foreground and Pgid to SysProcAttrMichael MacInnis2015-03-231-0/+217