mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 13:13:27 +01:00
unit_tests: notify test special case for the usual weirdo
This commit is contained in:
parent
1e74586ee9
commit
a9f9406c5b
@ -42,7 +42,11 @@ TEST(notify, works)
|
|||||||
ASSERT_TRUE(fd >= 0);
|
ASSERT_TRUE(fd >= 0);
|
||||||
close(fd);
|
close(fd);
|
||||||
|
|
||||||
const std::string spec = epee::string_tools::get_current_module_folder() + "/test_notifier " + name_template + " %s";
|
const std::string spec = epee::string_tools::get_current_module_folder() + "/test_notifier"
|
||||||
|
#ifdef _WIN32
|
||||||
|
+ ".exe"
|
||||||
|
#endif
|
||||||
|
+ " " + name_template + " %s";
|
||||||
|
|
||||||
tools::Notify notify(spec.c_str());
|
tools::Notify notify(spec.c_str());
|
||||||
notify.notify("1111111111111111111111111111111111111111111111111111111111111111");
|
notify.notify("1111111111111111111111111111111111111111111111111111111111111111");
|
||||||
|
Loading…
Reference in New Issue
Block a user