From 032c74653cc2035b539ee48183055a9354e9b888 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 9 Aug 2017 16:13:24 -0700 Subject: fixes #48 tcp sometimes fails to get a port --- tests/ipc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/ipc.c') 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 +// Copyright 2017 Capitar IT Group BV // // 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(); }) -- cgit v1.2.3-70-g09d2