diff options
author | Stanislav Malyshev <stas@php.net> | 2014-04-14 15:43:32 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-04-14 15:44:23 -0700 |
commit | eea75e7146f437ef64d8ba980dff2d9875064a0a (patch) | |
tree | 2429322dfe3af1c92a24f41b7276c13da8930f13 /ext/posix/tests | |
parent | 24b72e7a277ad3b9127833c7c61bd5a8f5fee02e (diff) | |
download | php-git-eea75e7146f437ef64d8ba980dff2d9875064a0a.tar.gz |
Fix test - on CI somebody could create a process in the meantime
Diffstat (limited to 'ext/posix/tests')
-rw-r--r-- | ext/posix/tests/posix_kill_basic.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/posix/tests/posix_kill_basic.phpt b/ext/posix/tests/posix_kill_basic.phpt index c995031af4..b68d3cb5db 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 + |