summaryrefslogtreecommitdiff
path: root/tests/ipc.c
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-08-09 16:13:24 -0700
committerGarrett D'Amore <garrett@damore.org>2017-08-09 16:13:24 -0700
commit032c74653cc2035b539ee48183055a9354e9b888 (patch)
tree0bbd532f8f91e796c80a63a89891132924d3651b /tests/ipc.c
parente469d1084d144961a72c4db1fb84cbd29ed4df8a (diff)
downloadnng-032c74653cc2035b539ee48183055a9354e9b888.tar.gz
nng-032c74653cc2035b539ee48183055a9354e9b888.tar.bz2
nng-032c74653cc2035b539ee48183055a9354e9b888.zip
fixes #48 tcp sometimes fails to get a port
Diffstat (limited to 'tests/ipc.c')
-rw-r--r--tests/ipc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ipc.c b/tests/ipc.c
index d8752a70..54996ee3 100644
--- a/tests/ipc.c
+++ b/tests/ipc.c
@@ -1,5 +1,6 @@
//
// Copyright 2017 Garrett D'Amore <garrett@damore.org>
+// Copyright 2017 Capitar IT Group BV <info@capitar.com>
//
// This software is supplied under the terms of the MIT License, a
// copy of which should be located in the distribution where this
@@ -10,11 +11,10 @@
#include "convey.h"
#include "trantest.h"
-
// Inproc tests.
TestMain("IPC Transport", {
- trantest_test_all("ipc:///tmp/nng_ipc_test");
+ trantest_test_all("ipc:///tmp/nng_ipc_test_%u");
nng_fini();
})