about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-07 03:12:40 +0100
committerJames Booth <boothj5@gmail.com>2015-06-07 03:12:40 +0100
commit9f3497bffdea7b83e5f5a150ef8299c145b2e239 (patch)
tree26e400168d37d44977f85749114fa4d509b76b16
parentfee6fea001d71c8030c9f4995f1f7ee304ed94f3 (diff)
downloadprofani-tty-9f3497bffdea7b83e5f5a150ef8299c145b2e239.tar.gz
Disable desktop notifications for functional tests
-rw-r--r--functionaltests/proftest.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/functionaltests/proftest.c b/functionaltests/proftest.c
index 8b3b90c6..a205e7a1 100644
--- a/functionaltests/proftest.c
+++ b/functionaltests/proftest.c
@@ -158,8 +158,12 @@ init_prof_test(void **state)
     prof_output_exact("Profanity");
 
     prof_input("/inpblock timeout 5");
+    prof_output_exact("Input blocking set to 5 milliseconds");
     prof_input("/inpblock dynamic off");
     prof_output_exact("Dynamic input blocking disabled");
+
+    prof_input("/notify message off");
+    prof_output_exact("Message notifications disabled");
 }
 
 void