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:41:54 +0100
committerJames Booth <boothj5@gmail.com>2015-06-07 02:41:54 +0100
commitfee6fea001d71c8030c9f4995f1f7ee304ed94f3 (patch)
tree0f0bf61bfb5d8417a64141b9470b967276468ec1 /functionaltests
parent046da191c8093b0ead82dc188bcaf7dbd263bfcb (diff)
downloadprofani-tty-fee6fea001d71c8030c9f4995f1f7ee304ed94f3.tar.gz
Added profanity timeout settings to functional tests
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