1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-15 19:38:07 -04:00

Merge branch 'master' into openpgp

This commit is contained in:
James Booth 2015-06-07 02:42:58 +01:00
commit cdfe486fa8

View File

@ -155,6 +155,11 @@ init_prof_test(void **state)
_create_logs_dir();
prof_start();
prof_output_exact("Profanity");
prof_input("/inpblock timeout 5");
prof_input("/inpblock dynamic off");
prof_output_exact("Dynamic input blocking disabled");
}
void