X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fchild.c;h=948e0d66928dfb26ed96982c94815ef5950684dc;hb=dbac5a049acbe645a816b4a5e895c5be0de53483;hp=1407b3718cea54aa830736399428732e809b8967;hpb=da47dd4d092ba35e4f8ff055d79693cc1266c816;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/child.c b/src/src/child.c index 1407b3718..948e0d669 100644 --- a/src/src/child.c +++ b/src/src/child.c @@ -269,6 +269,8 @@ if (pid == 0) } } +testharness_pause_ms(100); /* let child work even longer, for exec */ + /* Parent process. Save fork() errno and close the reading end of the stdin pipe. */