Fixing test to use unique_path each time. (#2278)
This commit is contained in:
parent
e940ad5b82
commit
100e4de6ab
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ TEST (socket, concurrent_writes)
|
|||
{
|
||||
auto node_flags = nano::inactive_node_flag_defaults ();
|
||||
node_flags.read_only = false;
|
||||
nano::inactive_node inactivenode (nano::working_path (), 24000, node_flags);
|
||||
nano::inactive_node inactivenode (nano::unique_path (), 24000, node_flags);
|
||||
auto node = inactivenode.node;
|
||||
|
||||
// This gives more realistic execution than using system#poll, allowing writes to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue