mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-03 09:43:55 +02:00
Remove redundant testutil files
This commit is contained in:
@@ -22,8 +22,6 @@
|
||||
#include "rpc/register.h"
|
||||
#include "script/sigcache.h"
|
||||
|
||||
#include "test/testutil.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
uint256 insecure_rand_seed = GetRandHash();
|
||||
@@ -61,7 +59,7 @@ TestingSetup::TestingSetup(const std::string& chainName) : BasicTestingSetup(cha
|
||||
|
||||
RegisterAllCoreRPCCommands(tableRPC);
|
||||
ClearDatadirCache();
|
||||
pathTemp = GetTempPath() / strprintf("test_bitcoin_%lu_%i", (unsigned long)GetTime(), (int)(InsecureRandRange(100000)));
|
||||
pathTemp = fs::temp_directory_path() / strprintf("test_bitcoin_%lu_%i", (unsigned long)GetTime(), (int)(InsecureRandRange(100000)));
|
||||
fs::create_directories(pathTemp);
|
||||
gArgs.ForceSetArg("-datadir", pathTemp.string());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user