diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/src/child.c | 2 |
1 files changed, 2 insertions, 0 deletions
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. */ |