diff options
author | James Booth <boothj5@gmail.com> | 2015-06-07 03:13:20 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-06-07 03:13:20 +0100 |
commit | 6e5ea13691665afb69b41f6a4bc7ada274e45c80 (patch) | |
tree | 6bf49b3f6c1f5bfeca63089adc1088b0617725d7 | |
parent | cdfe486fa8ddbca1dbe02c3a7d8c39953db65350 (diff) | |
parent | 9f3497bffdea7b83e5f5a150ef8299c145b2e239 (diff) | |
download | profani-tty-6e5ea13691665afb69b41f6a4bc7ada274e45c80.tar.gz |
Merge branch 'master' into openpgp
-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 |