diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-05-07 10:50:30 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-05-07 16:23:17 +0200 |
commit | 26f5c0d3b53e6d3bc59fbad749c8d4229d530b62 (patch) | |
tree | aab6311fc3db19bd446eb3ce572f63448494c008 | |
parent | 7cf5f14fb56cc3c467759e9a930e3d2098716671 (diff) | |
download | gnutls-26f5c0d3b53e6d3bc59fbad749c8d4229d530b62.tar.gz |
tests: cookie: fixed exit condition [ci skip]
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r-- | tests/tls13/cookie.c | 1 |
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); } } |