summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/client-fastopen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/client-fastopen.c b/tests/client-fastopen.c
index 22a6e1083b..773c24fff0 100644
--- a/tests/client-fastopen.c
+++ b/tests/client-fastopen.c
@@ -155,6 +155,7 @@ static void terminate(void)
int status;
kill(child, SIGTERM);
+ wait(&status);
exit(1);
}