Skip to content

Commit eea75e7

Browse files
committed
Fix test - on CI somebody could create a process in the meantime
1 parent 24b72e7 commit eea75e7

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)