diff --git a/tests/api.c b/tests/api.c index e95d014b3..e401e5cfa 100644 --- a/tests/api.c +++ b/tests/api.c @@ -33165,6 +33165,7 @@ static int test_wolfSSL_RAND_poll(void) ExpectIntEQ(pipe(pipefds), 0); pid = fork(); + ExpectIntGE(pid, 0); if (pid == 0) { ssize_t n_written = 0;