mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +01:00
Use unique name for AlertNotify tempfile
This commit is contained in:
parent
149f96c9b0
commit
231c5601a1
@ -162,8 +162,8 @@ BOOST_AUTO_TEST_CASE(AlertNotify)
|
|||||||
SetMockTime(11);
|
SetMockTime(11);
|
||||||
const std::vector<unsigned char>& alertKey = Params(CBaseChainParams::MAIN).AlertKey();
|
const std::vector<unsigned char>& alertKey = Params(CBaseChainParams::MAIN).AlertKey();
|
||||||
|
|
||||||
boost::filesystem::path temp = GetTempPath() / "alertnotify.txt";
|
boost::filesystem::path temp = GetTempPath() /
|
||||||
boost::filesystem::remove(temp);
|
boost::filesystem::unique_path("alertnotify-%%%%.txt");
|
||||||
|
|
||||||
mapArgs["-alertnotify"] = std::string("echo %s >> ") + temp.string();
|
mapArgs["-alertnotify"] = std::string("echo %s >> ") + temp.string();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user