summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-05-07 10:50:30 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-05-07 16:23:17 +0200
commit26f5c0d3b53e6d3bc59fbad749c8d4229d530b62 (patch)
treeaab6311fc3db19bd446eb3ce572f63448494c008
parent7cf5f14fb56cc3c467759e9a930e3d2098716671 (diff)
downloadgnutls-26f5c0d3b53e6d3bc59fbad749c8d4229d530b62.tar.gz
tests: cookie: fixed exit condition [ci skip]
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--tests/tls13/cookie.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tls13/cookie.c b/tests/tls13/cookie.c
index 8cab085490..03d4f70ff4 100644
--- a/tests/tls13/cookie.c
+++ b/tests/tls13/cookie.c
@@ -258,6 +258,7 @@ void doit(void)
} else {
close(sockets[0]);
client(sockets[1]);
+ exit(0);
}
}