diff options
author | James Booth <boothj5@gmail.com> | 2015-06-07 03:12:40 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-06-07 03:12:40 +0100 |
commit | 9f3497bffdea7b83e5f5a150ef8299c145b2e239 (patch) | |
tree | 26e400168d37d44977f85749114fa4d509b76b16 | |
parent | fee6fea001d71c8030c9f4995f1f7ee304ed94f3 (diff) | |
download | profani-tty-9f3497bffdea7b83e5f5a150ef8299c145b2e239.tar.gz |
Disable desktop notifications for functional tests
-rw-r--r-- | functionaltests/proftest.c | 4 |
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 |