test: remove "Testing" from test description in emacs-hello and emacs-show

"Testing" is printed by test/test-lib.sh, so having "Testing" in test
description results in duplicate "Testing" in console output.
This commit is contained in:
Dmitry Kurochkin 2012-05-25 17:02:55 +04:00 committed by David Bremner
parent 35cb1c95cc
commit 0bef41bf10
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
test_description="Testing emacs notmuch-hello view"
test_description="emacs notmuch-hello view"
. test-lib.sh
EXPECTED=$TEST_DIRECTORY/emacs.expected-output

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
test_description="Testing emacs notmuch-show view"
test_description="emacs notmuch-show view"
. test-lib.sh
test_begin_subtest "Hiding Original Message region at beginning of a message"