mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-10 01:04:04 +01:00
Use unique name for AlertNotify tempfile
This commit is contained in:
committed by
Luke Dashjr
parent
e6adac7b3f
commit
f6d29a6ca8
@@ -165,8 +165,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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user