about summary refs log tree commit diff stats
path: root/functionaltests
diff options
context:
space:
mode:
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