Browse Source

Fix test - on CI somebody could create a process in the meantime

PHP-5.4.28
Stanislav Malyshev 12 years ago
parent
commit
eea75e7146
  1. 4
      ext/posix/tests/posix_kill_basic.phpt

4
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====
Loading…
Cancel
Save