mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-03 05:48:22 +01:00
Use unique name for AlertNotify tempfile
This commit is contained in:
committed by
Luke Dashjr
parent
4e5ea71bd5
commit
843469ee15
@@ -158,8 +158,8 @@ BOOST_AUTO_TEST_CASE(AlertNotify)
|
|||||||
{
|
{
|
||||||
SetMockTime(11);
|
SetMockTime(11);
|
||||||
|
|
||||||
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