summaryrefslogtreecommitdiff
path: root/t/op/getppid.t
Commit message (Expand)AuthorAgeFilesLines
* If kill 0, PPID works, use it to avoid race conditions in t/op/getppid.tNicholas Clark2012-06-021-5/+31
* In t/op/getppid.t remove most race conditions by signaling using pipes.Nicholas Clark2012-06-021-2/+17
* In t/op/getppid.t, die if any pipe close fails.Nicholas Clark2012-06-021-3/+3
* Refactor skip_all_without_config() to take a list of config options to test.Nicholas Clark2011-03-081-1/+1
* Add skip_all_without_config() to test.pl, and use it in 6 tests.Nicholas Clark2011-03-071-7/+1
* Skip failing getppid tests on QNX 6Matt Kraai2007-11-291-2/+10
* If the comment says "(and not ours)" then it should be tested.Nicholas Clark2006-04-011-1/+2
* Rewrite t/op/getppid.t to remove the assumption that init has PID of 1.Nicholas Clark2006-04-011-27/+44
* New test for getppid(), by Alexey TourbinRafael Garcia-Suarez2005-06-051-0/+54