From eea75e7146f437ef64d8ba980dff2d9875064a0a Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Mon, 14 Apr 2014 15:43:32 -0700 Subject: [PATCH] Fix test - on CI somebody could create a process in the meantime --- ext/posix/tests/posix_kill_basic.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/posix/tests/posix_kill_basic.phpt b/ext/posix/tests/posix_kill_basic.phpt index c995031af49..b68d3cb5dbe 100644 --- a/ext/posix/tests/posix_kill_basic.phpt +++ b/ext/posix/tests/posix_kill_basic.phpt @@ -34,6 +34,6 @@ Basic test of POSIX getpgid(), kill(), get_last_error() and strerror() functions Kill pid=%d bool(false) int(%d) -string(%d) %sNo such process%s +string(%d) %s%rNo such process|Operation not permitted%r%s ===DONE==== - \ No newline at end of file +