From 9f3497bffdea7b83e5f5a150ef8299c145b2e239 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 7 Jun 2015 03:12:40 +0100 Subject: Disable desktop notifications for functional tests --- functionaltests/proftest.c | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit 1.4.1-2-gfad0