From: Sami Kerola Date: Thu, 31 Jul 2014 22:05:25 +0000 (+0100) Subject: tests: kill output message change X-Git-Tag: v2.26-rc1~553 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=152635b182d48a569fad51fd65a1c77550fe4f1a;p=thirdparty%2Futil-linux.git tests: kill output message change 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 --- diff --git a/tests/expected/kill/all_processes b/tests/expected/kill/all_processes index c428372cf8..f14549fd4a 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"