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@xxxxxx> --- tests/expected/kill/all_processes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/expected/kill/all_processes b/tests/expected/kill/all_processes index c428372..f14549f 100644 --- a/tests/expected/kill/all_processes +++ b/tests/expected/kill/all_processes @@ -1,5 +1,5 @@ test 1 -kill: cannot find process "test_sigreceive". +kill: cannot find process "test_sigreceive" test 2 test 3 -kill: cannot find process "test_sigreceive". +kill: cannot find process "test_sigreceive" -- 2.0.3 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html