summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-10-26 18:05:43 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-10-26 18:05:43 +0200
commit4b8369e1de5dc77df92004e99176199274cfa63a (patch)
treec17cf6843889ee26c48017f22277794e9835731c /tests
parent9236015f77fa19f1ad9a851e0a454a7fd5da948d (diff)
downloadgnutls-4b8369e1de5dc77df92004e99176199274cfa63a.tar.gz
simplified test
Diffstat (limited to 'tests')
-rw-r--r--tests/mini-handshake-timeout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mini-handshake-timeout.c b/tests/mini-handshake-timeout.c
index 7079aff7ee..df0a7f061d 100644
--- a/tests/mini-handshake-timeout.c
+++ b/tests/mini-handshake-timeout.c
@@ -119,7 +119,7 @@ client (int fd, int wait)
exit(1);
}
if (debug) success("client: expected timeout occured\n");
- exit(0);
+ return;
}
else
{
@@ -131,7 +131,7 @@ client (int fd, int wait)
}
}
- exit(0);
+ return;
}
static void