summaryrefslogtreecommitdiffstats
path: root/tests/expected/kill
Commit message (Collapse)AuthorAgeFilesLines
* tests: kill output message changeSami Kerola2014-08-051-2/+2
| | | | | | | | | Commit 09af3db48e01e5744f15fd8a2395e0fed36526ea changed how a missing process is reported, which caused kill test to fail when the test suite is ran as root. Reference: https://travis-ci.org/karelzak/util-linux/jobs/31312170 Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: add kill --queue checkSami Kerola2014-07-151-0/+1
| | | | | | | | | | | | Correction. The final failure to catch signal exit should not use exiter() function. --->8---- From: Sami Kerola <kerolasa@iki.fi> Date: Mon, 14 Jul 2014 18:35:56 +0100 Subject: [PATCH] tests: add kill --queue check Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: check kill all user processesSami Kerola2014-04-261-0/+5
| | | | | CC: Bernhard Voelker <mail@bernhard-voelker.de> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: check kill print pid optionSami Kerola2014-04-261-0/+1
| | | | | CC: Bernhard Voelker <mail@bernhard-voelker.de> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: check various ways to specify kill signalSami Kerola2014-04-261-0/+1
| | | | | CC: Bernhard Voelker <mail@bernhard-voelker.de> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: check kill is converting signals names correctlySami Kerola2014-04-261-0/+1
CC: Bernhard Voelker <mail@bernhard-voelker.de> Signed-off-by: Sami Kerola <kerolasa@iki.fi>