mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Disable desktop notifications for functional tests
This commit is contained in:
parent
fee6fea001
commit
9f3497bffd
@ -158,8 +158,12 @@ init_prof_test(void **state)
|
||||
prof_output_exact("Profanity");
|
||||
|
||||
prof_input("/inpblock timeout 5");
|
||||
prof_output_exact("Input blocking set to 5 milliseconds");
|
||||
prof_input("/inpblock dynamic off");
|
||||
prof_output_exact("Dynamic input blocking disabled");
|
||||
|
||||
prof_input("/notify message off");
|
||||
prof_output_exact("Message notifications disabled");
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user