rpctest: scope shared state to the current process
This commit fixes a test-only reliability bug, not a security vulnerability. When running btcd's integration tests in parallel, two test processes were accidentally sharing the same temporary file path and the same starting port number. Th…
f8ce7a7dby Calvin Kim+17−32 files