]> git.notmuchmail.org Git - notmuch/commitdiff
test: remove "Testing" from test description in emacs-hello and emacs-show
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Fri, 25 May 2012 13:02:55 +0000 (17:02 +0400)
committerDavid Bremner <bremner@debian.org>
Sat, 26 May 2012 00:38:54 +0000 (21:38 -0300)
"Testing" is printed by test/test-lib.sh, so having "Testing" in test
description results in duplicate "Testing" in console output.

test/emacs-hello
test/emacs-show

index a998dc4fd7b97be802a01dbe4bb4859d31aca4ff..48d1420fd365a8a7f0e499ca59cb7d62dae83f2c 100755 (executable)
@@ -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
index 5700d2e707a50bdd2ff7fd07fd694976fe517681..2498564f89e433328850c7e60106878a49e74566 100755 (executable)
@@ -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"