aboutsummaryrefslogtreecommitdiff
path: root/tests/pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pipe.c')
-rw-r--r--tests/pipe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/pipe.c b/tests/pipe.c
index 71e9be67..617337b0 100644
--- a/tests/pipe.c
+++ b/tests/pipe.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
@@ -114,7 +114,6 @@ char addr[64];
static int cnt;
TestMain("Pipe notify works", {
- atexit(nng_fini);
Convey("We can create a pipeline", {
struct testcase push;