summaryrefslogtreecommitdiff
path: root/tests/client-fastopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/client-fastopen.c')
-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 5a1457a8e8..cf527ffeda 100644
--- a/tests/client-fastopen.c
+++ b/tests/client-fastopen.c
@@ -154,6 +154,7 @@ pid_t child;
static void terminate(void)
{
+ assert(child);
kill(child, SIGTERM);
exit(1);
}