mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Added profanity timeout settings to functional tests
This commit is contained in:
parent
046da191c8
commit
fee6fea001
@ -155,6 +155,11 @@ init_prof_test(void **state)
|
|||||||
_create_logs_dir();
|
_create_logs_dir();
|
||||||
|
|
||||||
prof_start();
|
prof_start();
|
||||||
|
prof_output_exact("Profanity");
|
||||||
|
|
||||||
|
prof_input("/inpblock timeout 5");
|
||||||
|
prof_input("/inpblock dynamic off");
|
||||||
|
prof_output_exact("Dynamic input blocking disabled");
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user