summaryrefslogtreecommitdiff
path: root/tests/alpn-server-prec.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/alpn-server-prec.c')
-rw-r--r--tests/alpn-server-prec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/alpn-server-prec.c b/tests/alpn-server-prec.c
index 0461c5d39a..115522c843 100644
--- a/tests/alpn-server-prec.c
+++ b/tests/alpn-server-prec.c
@@ -160,7 +160,7 @@ static void client(int fd, const char *protocol0, const char *protocol1, const c
static void terminate(void)
{
int status;
-
+ assert(child);
kill(child, SIGTERM);
wait(&status);
exit(1);