summaryrefslogtreecommitdiff
path: root/tests/send-data-before-handshake.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/send-data-before-handshake.c')
-rw-r--r--tests/send-data-before-handshake.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/send-data-before-handshake.c b/tests/send-data-before-handshake.c
index d1e6f5b015..5c15dda0ca 100644
--- a/tests/send-data-before-handshake.c
+++ b/tests/send-data-before-handshake.c
@@ -182,6 +182,7 @@ pid_t child;
static void terminate(void)
{
+ assert(child);
kill(child, SIGTERM);
exit(1);
}