aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Dmitry Kurochkin <dmitry.kurochkin@gmail.com>2012-05-25 17:02:55 +0400
committerGravatar David Bremner <bremner@debian.org>2012-05-25 21:38:54 -0300
commit0bef41bf10676c085e4365330ecf6f67d40ae3db (patch)
tree03a9ea5aa78894ac56d8d5969f1b133139c04e50 /test
parent35cb1c95cc8afa964900d29c813349ad8e24e7a8 (diff)
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.
Diffstat (limited to 'test')
-rwxr-xr-xtest/emacs-hello2
-rwxr-xr-xtest/emacs-show2
2 files changed, 2 insertions, 2 deletions
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"