summaryrefslogtreecommitdiff
path: root/tests/expected/kill/all_processes
Commit message (Collapse)AuthorAgeFilesLines
* tests: split stdout and stderrKarel Zak2019-08-301-2/+0
| | | | | | | | | | | | | * add $TS_ERRLOG for script stderr output * add optional $TS_EXPECTED_ERR which points to expected/*/*.err This change allows to keep track about stderr output from our commands (already found bug in sfdisk...). We do not have to depend on fragile stdout vs. stderr order (due to different buffering semantic in different libc, etc.). Signed-off-by: Karel Zak <kzak@redhat.com>
* 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: 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>