about summary refs log tree commit diff stats
path: root/functionaltests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-07 02:42:58 +0100
committerJames Booth <boothj5@gmail.com>2015-06-07 02:42:58 +0100
commitcdfe486fa8ddbca1dbe02c3a7d8c39953db65350 (patch)
tree17304e8097da9e8ce772888c7d48f10cdce12936 /functionaltests
parented2d87d7647ddd4ce70f8fa45b4e24b40592d852 (diff)
parentfee6fea001d71c8030c9f4995f1f7ee304ed94f3 (diff)
downloadprofani-tty-cdfe486fa8ddbca1dbe02c3a7d8c39953db65350.tar.gz
Merge branch 'master' into openpgp
Diffstat (limited to 'functionaltests')
-rw-r--r--functionaltests/proftest.c5
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