]> granicus.if.org Git - procps-ng/commit
Create test process
authorCraig Small <csmall@enc.com.au>
Sat, 13 Jun 2015 05:04:31 +0000 (15:04 +1000)
committerCraig Small <csmall@enc.com.au>
Sat, 13 Jun 2015 05:04:31 +0000 (15:04 +1000)
commit420cd9c7c23b558491e7aa99f8a258c1421e867c
treea95016cf87616ed8538ab5d47f5525bc6e7eed44
parent26955dd02a2e870f7abf5520ef19603fe2b678fa
Create test process

For the test suite, procps used to use sleep which would just
create a process or two to test the tools against.  Some setups
coreutils creates all programs including sleep into one blob which
means a lot of the tests fail, see issue #2

procps has its own sleep program now.
Makefile.am
lib/.gitignore
lib/test_process.c [new file with mode: 0644]
testsuite/config/unix.exp
testsuite/pgrep.test/pgrep.exp
testsuite/pkill.test/pkill.exp
testsuite/pwdx.test/pwdx.exp