mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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:
parent
35cb1c95cc
commit
0bef41bf10
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue