From 05c3efefd94145001926022dddf45656509d678c Mon Sep 17 00:00:00 2001 From: ganeshvanahalli Date: Fri, 21 Jul 2023 16:55:12 -0400 Subject: [PATCH] fix another test --- system_tests/forwarder_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_tests/forwarder_test.go b/system_tests/forwarder_test.go index d4cf0d8eb7..0e5cca319a 100644 --- a/system_tests/forwarder_test.go +++ b/system_tests/forwarder_test.go @@ -32,7 +32,7 @@ const nodesCount = 5 // number of testnodes to create in tests func TestStaticForwarder(t *testing.T) { ctx, cancel := context.WithCancel(context.Background()) defer cancel() - ipcPath := filepath.Join(t.TempDir(), "test.ipc") + ipcPath := tmpPath(t, "test.ipc") ipcConfig := genericconf.IPCConfigDefault ipcConfig.Path = ipcPath stackConfig := stackConfigForTest(t)