aboutsummaryrefslogtreecommitdiff
path: root/tests/tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcp.c')
-rw-r--r--tests/tcp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/tcp.c b/tests/tcp.c
index 0ec69121..73039e64 100644
--- a/tests/tcp.c
+++ b/tests/tcp.c
@@ -16,7 +16,6 @@
TestMain("TCP Transport", {
int rv;
- nni_init();
trantest_test_all("tcp://127.0.0.1:4450");
@@ -43,7 +42,4 @@ TestMain("TCP Transport", {
So(nng_dial(s2, "tcp://127.0.0.1:5771", NULL, NNG_FLAG_SYNCH) == 0);
fflush(stdout);
})
- nni_fini();
-
-
})