1
0
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:
James Booth 2015-06-07 03:12:40 +01:00
parent fee6fea001
commit 9f3497bffd

View File

@ -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