Skip to content

Commit bfbb409

Browse files
committed
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: Fix test - on CI somebody could create a process in the meantime
2 parents 173cd18 + b727934 commit bfbb409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/posix/tests/posix_kill_basic.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Basic test of POSIX getpgid(), kill(), get_last_error() and strerror() functions
3434
Kill pid=%d
3535
bool(false)
3636
int(%d)
37-
string(%d) %sNo such process%s
37+
string(%d) %s%rNo such process|Operation not permitted%r%s
3838
===DONE====
39-
39+

0 commit comments

Comments
 (0)