From 181e20761ed09f1944918bc43a0105b42a328d23 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 24 Nov 2017 08:20:22 +0100 Subject: Revert "tests: client-fastopen: removed wait on terminate()" This reverts commit 513428d7bbac74d8959dd1cda2294b6d7db352fb. Signed-off-by: Nikos Mavrogiannopoulos --- tests/client-fastopen.c | 1 + 1 file changed, 1 insertion(+) 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); } -- cgit v1.2.1