summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-11-24 08:20:22 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-11-24 08:24:09 +0100
commit181e20761ed09f1944918bc43a0105b42a328d23 (patch)
tree02ea13d598966f2d1e4cc303b02fb0e5f9069e03
parent8600657bb3b900c6d500ddd0a1e939bc61955c57 (diff)
downloadgnutls-tmp-build-check.tar.gz
Revert "tests: client-fastopen: removed wait on terminate()"tmp-build-check
This reverts commit 513428d7bbac74d8959dd1cda2294b6d7db352fb. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-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);
}