aboutsummaryrefslogtreecommitdiff
path: root/tests/nonblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nonblock.c')
-rw-r--r--tests/nonblock.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/nonblock.c b/tests/nonblock.c
index c8cce901..3ad22889 100644
--- a/tests/nonblock.c
+++ b/tests/nonblock.c
@@ -1,5 +1,5 @@
//
-// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech>
+// Copyright 2021 Staysail Systems, Inc. <info@staysail.tech>
// Copyright 2018 Capitar IT Group BV <info@capitar.com>
//
// This software is supplied under the terms of the MIT License, a
@@ -94,8 +94,6 @@ nng_socket reqs[NCLIENTS];
nng_socket rep;
TestMain("Nonblocking Works", {
- atexit(nng_fini);
-
Convey("Running for 15 sec", {
nng_thread *server;
nng_thread *clients[NCLIENTS];