diff options
author | James Booth <boothj5@gmail.com> | 2015-06-07 02:42:58 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-06-07 02:42:58 +0100 |
commit | cdfe486fa8ddbca1dbe02c3a7d8c39953db65350 (patch) | |
tree | 17304e8097da9e8ce772888c7d48f10cdce12936 /functionaltests | |
parent | ed2d87d7647ddd4ce70f8fa45b4e24b40592d852 (diff) | |
parent | fee6fea001d71c8030c9f4995f1f7ee304ed94f3 (diff) | |
download | profani-tty-cdfe486fa8ddbca1dbe02c3a7d8c39953db65350.tar.gz |
Merge branch 'master' into openpgp
Diffstat (limited to 'functionaltests')
-rw-r--r-- | functionaltests/proftest.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/functionaltests/proftest.c b/functionaltests/proftest.c index c480363c..8b3b90c6 100644 --- a/functionaltests/proftest.c +++ b/functionaltests/proftest.c @@ -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 |