You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
313 B

  1. --- a/tests/test-ovn.c
  2. +++ b/tests/test-ovn.c
  3. @@ -1043,7 +1043,7 @@ wait_pid(pid_t *pids, int *n)
  4. int status;
  5. pid_t pid;
  6. - pid = waitpid(WAIT_ANY, &status, 0);
  7. + pid = waitpid(-1, &status, 0);
  8. if (pid < 0) {
  9. ovs_fatal(errno, "waitpid failed");
  10. } else if (WIFEXITED(status)) {