From: Dmitry Kurochkin Date: Fri, 25 May 2012 13:02:55 +0000 (+0400) Subject: test: remove "Testing" from test description in emacs-hello and emacs-show X-Git-Tag: 0.14~110 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=0bef41bf10676c085e4365330ecf6f67d40ae3db 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. --- diff --git a/test/emacs-hello b/test/emacs-hello index a998dc4f..48d1420f 100755 --- a/test/emacs-hello +++ b/test/emacs-hello @@ -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 diff --git a/test/emacs-show b/test/emacs-show index 5700d2e7..2498564f 100755 --- a/test/emacs-show +++ b/test/emacs-show @@ -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"